Html Css Color HEX #F06418 Pumpkin

📋 copy color: '#F06418'

red 240 ◦ green 100 ◦ blue 24

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

Shades of Pumpkin #F06418

Tints of Pumpkin #F06418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 65.93%
G = 27.47%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F06418 (or 0xF06418) is known color: Pumpkin. HEX triplet: F0, 64 and 18. RGB value is (240,100,24). Sum of RGB (Red+Green+Blue) = 240+100+24=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F06418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06418 is #0F9BE7. Grayscale: #858585. Windows color (decimal): -1022952 or 1598704. OLE color: 1598704.

HSL color Cylindrical-coordinate representation of color #F06418: hue angle of 21.11º 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 #F06418 is Cyan = 0, Magento = 0.58, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 24 -
CMYK 0 0.58 0.9 0.06
HSL 21.11º 0.88% 0.52% -
HSV(B) 21.11º 0.9% 0.94% -
XYZ 40.66 27.71 4.07 -
YUV 133.2 66.38 204.18 -
System Red Green Blue C M Y K H S L
Decimal 240 100 24 0 0.58 0.9 0.06 21.11 0.88 0.52
Hex F0 64 18 0 3A 5A 6 15 58 34
Octal 360 144 30 0 72 132 6 25 130 64
Binary 11110000 1100100 11000 0 111010 1011010 110 10101 1011000 110100

Color Harmonies of #F06418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06418

Black with #F06418

Text Example


Text Example

White with #F06418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06418; }

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

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

background-color css

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

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

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

border-color css

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

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

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