Html Css Color HEX #FB741F Pumpkin

📋 copy color: '#FB741F'

red 251 ◦ green 116 ◦ blue 31

#FB741F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #FB741F

Tints of Pumpkin #FB741F

RGB

 RED value IS 251 (98.44% from 255) = 63.07%

 GREEN value IS 116 (45.7% from 255) = 29.15%

 BLUE value IS 31 (12.5% from 255) = 7.79%

R = 63.07%
G = 29.15%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB741F (or 0xFB741F) is known color: Pumpkin. HEX triplet: FB, 74 and 1F. RGB value is (251,116,31). Sum of RGB (Red+Green+Blue) = 251+116+31=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB741F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB741F is #048BE0. Grayscale: #939393. Windows color (decimal): -297953 or 2061563. OLE color: 2061563.

HSL color Cylindrical-coordinate representation of color #FB741F: hue angle of 23.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB741F is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 31 -
CMYK 0 0.54 0.88 0.02
HSL 23.18º 0.96% 0.55% -
HSV(B) 23.18º 0.88% 0.98% -
XYZ 46.28 33.1 5.25 -
YUV 146.68 62.73 202.41 -
System Red Green Blue C M Y K H S L
Decimal 251 116 31 0 0.54 0.88 0.02 23.18 0.96 0.55
Hex FB 74 1F 0 36 58 2 17 60 37
Octal 373 164 37 0 66 130 2 27 140 67
Binary 11111011 1110100 11111 0 110110 1011000 10 10111 1100000 110111

Color Harmonies of #FB741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB741F

Black with #FB741F

Text Example


Text Example

White with #FB741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB741F; }

 p { color: rgb(251,116,31); }

 H1.HeaderClassName
 {
   color: #FB741F;
 }
 .AnyTagClassName
 {
   color: #FB741F;
 }
</style>

background-color css

<style>
 a { background-color: #FB741F; }

 a { background-color: rgb(251,116,31); }

 div.DivClassName
 {
   background-color: #FB741F;
 }
 .BgClassName
 {
   background-color: #FB741F;
 }
</style>

border-color css

<style>
 span { border-color: #FB741F; }

 span { border-color: rgb(251,116,31); }

 td.TdClassName
 {
   border-color: #FB741F;
 }
 .TagClassName
 {
   border-color: #FB741F;
 }
</style>