Html Css Color HEX #FB6120 Pumpkin

📋 copy color: '#FB6120'

red 251 ◦ green 97 ◦ blue 32

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

Shades of Pumpkin #FB6120

Tints of Pumpkin #FB6120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 66.05%
G = 25.53%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB6120 (or 0xFB6120) is known color: Pumpkin. HEX triplet: FB, 61 and 20. RGB value is (251,97,32). Sum of RGB (Red+Green+Blue) = 251+97+32=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6120 is #049EDF. Grayscale: #888888. Windows color (decimal): -302816 or 2122235. OLE color: 2122235.

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

Color convert

RGB 251 97 32 -
CMYK 0 0.61 0.87 0.02
HSL 17.81º 0.96% 0.55% -
HSV(B) 17.81º 0.87% 0.98% -
XYZ 44.32 29.16 4.66 -
YUV 135.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 251 97 32 0 0.61 0.87 0.02 17.81 0.96 0.55
Hex FB 61 20 0 3D 57 2 12 60 37
Octal 373 141 40 0 75 127 2 22 140 67
Binary 11111011 1100001 100000 0 111101 1010111 10 10010 1100000 110111

Color Harmonies of #FB6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6120

Black with #FB6120

Text Example


Text Example

White with #FB6120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6120; }

 p { color: rgb(251,97,32); }

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

background-color css

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

 a { background-color: rgb(251,97,32); }

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

border-color css

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

 span { border-color: rgb(251,97,32); }

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