Html Css Color HEX #FB6F20 Pumpkin

📋 copy color: '#FB6F20'

red 251 ◦ green 111 ◦ blue 32

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

Shades of Pumpkin #FB6F20

Tints of Pumpkin #FB6F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 63.71%
G = 28.17%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB6F20 (or 0xFB6F20) is known color: Pumpkin. HEX triplet: FB, 6F and 20. RGB value is (251,111,32). Sum of RGB (Red+Green+Blue) = 251+111+32=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6F20 is #0490DF. Grayscale: #909090. Windows color (decimal): -299232 or 2125819. OLE color: 2125819.

HSL color Cylindrical-coordinate representation of color #FB6F20: hue angle of 21.64º 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 #FB6F20 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 111 32 -
CMYK 0 0.56 0.87 0.02
HSL 21.64º 0.96% 0.55% -
HSV(B) 21.64º 0.87% 0.98% -
XYZ 45.73 31.98 5.13 -
YUV 143.85 64.88 204.42 -
System Red Green Blue C M Y K H S L
Decimal 251 111 32 0 0.56 0.87 0.02 21.64 0.96 0.55
Hex FB 6F 20 0 38 57 2 16 60 37
Octal 373 157 40 0 70 127 2 26 140 67
Binary 11111011 1101111 100000 0 111000 1010111 10 10110 1100000 110111

Color Harmonies of #FB6F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6F20

Black with #FB6F20

Text Example


Text Example

White with #FB6F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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