Html Css Color HEX #FC6F17 Pumpkin

📋 copy color: '#FC6F17'

red 252 ◦ green 111 ◦ blue 23

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

Shades of Pumpkin #FC6F17

Tints of Pumpkin #FC6F17

RGB

 RED value IS 252 (98.83% from 255) = 65.28%

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

 BLUE value IS 23 (9.38% from 255) = 5.96%

R = 65.28%
G = 28.76%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC6F17 (or 0xFC6F17) is known color: Pumpkin. HEX triplet: FC, 6F and 17. RGB value is (252,111,23). Sum of RGB (Red+Green+Blue) = 252+111+23=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6F17 is #0390E8. Grayscale: #8F8F8F. Windows color (decimal): -233705 or 1535996. OLE color: 1535996.

HSL color Cylindrical-coordinate representation of color #FC6F17: hue angle of 23.06º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC6F17 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 111 23 -
CMYK 0 0.56 0.91 0.01
HSL 23.06º 0.97% 0.54% -
HSV(B) 23.06º 0.91% 0.99% -
XYZ 45.98 32.13 4.59 -
YUV 143.13 60.21 205.66 -
System Red Green Blue C M Y K H S L
Decimal 252 111 23 0 0.56 0.91 0.01 23.06 0.97 0.54
Hex FC 6F 17 0 38 5B 1 17 61 36
Octal 374 157 27 0 70 133 1 27 141 66
Binary 11111100 1101111 10111 0 111000 1011011 1 10111 1100001 110110

Color Harmonies of #FC6F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F17

Black with #FC6F17

Text Example


Text Example

White with #FC6F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F17; }

 p { color: rgb(252,111,23); }

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

background-color css

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

 a { background-color: rgb(252,111,23); }

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

border-color css

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

 span { border-color: rgb(252,111,23); }

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