Html Css Color HEX #F06818 Pumpkin

📋 copy color: '#F06818'

red 240 ◦ green 104 ◦ blue 24

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

Shades of Pumpkin #F06818

Tints of Pumpkin #F06818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 65.22%
G = 28.26%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F06818 (or 0xF06818) is known color: Pumpkin. HEX triplet: F0, 68 and 18. RGB value is (240,104,24). Sum of RGB (Red+Green+Blue) = 240+104+24=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F06818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06818 is #0F97E7. Grayscale: #888888. Windows color (decimal): -1021928 or 1599728. OLE color: 1599728.

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

Color convert

RGB 240 104 24 -
CMYK 0 0.57 0.9 0.06
HSL 22.22º 0.88% 0.52% -
HSV(B) 22.22º 0.9% 0.94% -
XYZ 41.05 28.49 4.2 -
YUV 135.54 65.06 202.5 -
System Red Green Blue C M Y K H S L
Decimal 240 104 24 0 0.57 0.9 0.06 22.22 0.88 0.52
Hex F0 68 18 0 39 5A 6 16 58 34
Octal 360 150 30 0 71 132 6 26 130 64
Binary 11110000 1101000 11000 0 111001 1011010 110 10110 1011000 110100

Color Harmonies of #F06818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06818

Black with #F06818

Text Example


Text Example

White with #F06818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06818; }

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

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

background-color css

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

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

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

border-color css

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

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

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