Html Css Color HEX #F06C18 Pumpkin

📋 copy color: '#F06C18'

red 240 ◦ green 108 ◦ blue 24

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

Shades of Pumpkin #F06C18

Tints of Pumpkin #F06C18

RGB

 RED value IS 240 (94.14% from 255) = 64.52%

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 24 (9.77% from 255) = 6.45%

R = 64.52%
G = 29.03%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F06C18 (or 0xF06C18) is known color: Pumpkin. HEX triplet: F0, 6C and 18. RGB value is (240,108,24). Sum of RGB (Red+Green+Blue) = 240+108+24=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06C18 is #0F93E7. Grayscale: #8A8A8A. Windows color (decimal): -1020904 or 1600752. OLE color: 1600752.

HSL color Cylindrical-coordinate representation of color #F06C18: hue angle of 23.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F06C18 is Cyan = 0, Magento = 0.55, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 24 -
CMYK 0 0.55 0.9 0.06
HSL 23.33º 0.88% 0.52% -
HSV(B) 23.33º 0.9% 0.94% -
XYZ 41.46 29.32 4.34 -
YUV 137.89 63.73 200.83 -
System Red Green Blue C M Y K H S L
Decimal 240 108 24 0 0.55 0.9 0.06 23.33 0.88 0.52
Hex F0 6C 18 0 37 5A 6 17 58 34
Octal 360 154 30 0 67 132 6 27 130 64
Binary 11110000 1101100 11000 0 110111 1011010 110 10111 1011000 110100

Color Harmonies of #F06C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C18

Black with #F06C18

Text Example


Text Example

White with #F06C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C18; }

 p { color: rgb(240,108,24); }

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

background-color css

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

 a { background-color: rgb(240,108,24); }

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

border-color css

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

 span { border-color: rgb(240,108,24); }

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