Html Css Color HEX #F06218 Pumpkin

📋 copy color: '#F06218'

red 240 ◦ green 98 ◦ blue 24

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

Shades of Pumpkin #F06218

Tints of Pumpkin #F06218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

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

R = 66.3%
G = 27.07%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F06218 (or 0xF06218) is known color: Pumpkin. HEX triplet: F0, 62 and 18. RGB value is (240,98,24). Sum of RGB (Red+Green+Blue) = 240+98+24=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06218 is #0F9DE7. Grayscale: #848484. Windows color (decimal): -1023464 or 1598192. OLE color: 1598192.

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

Color convert

RGB 240 98 24 -
CMYK 0 0.59 0.9 0.06
HSL 20.56º 0.88% 0.52% -
HSV(B) 20.56º 0.9% 0.94% -
XYZ 40.47 27.33 4.01 -
YUV 132.02 67.04 205.02 -
System Red Green Blue C M Y K H S L
Decimal 240 98 24 0 0.59 0.9 0.06 20.56 0.88 0.52
Hex F0 62 18 0 3B 5A 6 15 58 34
Octal 360 142 30 0 73 132 6 25 130 64
Binary 11110000 1100010 11000 0 111011 1011010 110 10101 1011000 110100

Color Harmonies of #F06218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06218

Black with #F06218

Text Example


Text Example

White with #F06218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06218; }

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

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

background-color css

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

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

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

border-color css

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

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

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