Html Css Color HEX #F07818 Pumpkin

📋 copy color: '#F07818'

red 240 ◦ green 120 ◦ blue 24

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

Shades of Pumpkin #F07818

Tints of Pumpkin #F07818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

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

R = 62.5%
G = 31.25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F07818 (or 0xF07818) is known color: Pumpkin. HEX triplet: F0, 78 and 18. RGB value is (240,120,24). Sum of RGB (Red+Green+Blue) = 240+120+24=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F07818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07818 is #0F87E7. Grayscale: #919191. Windows color (decimal): -1017832 or 1603824. OLE color: 1603824.

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

Color convert

RGB 240 120 24 -
CMYK 0 0.5 0.9 0.06
HSL 26.67º 0.88% 0.52% -
HSV(B) 26.67º 0.9% 0.94% -
XYZ 42.82 32.02 4.79 -
YUV 144.94 59.76 195.81 -
System Red Green Blue C M Y K H S L
Decimal 240 120 24 0 0.5 0.9 0.06 26.67 0.88 0.52
Hex F0 78 18 0 32 5A 6 1B 58 34
Octal 360 170 30 0 62 132 6 33 130 64
Binary 11110000 1111000 11000 0 110010 1011010 110 11011 1011000 110100

Color Harmonies of #F07818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07818

Black with #F07818

Text Example


Text Example

White with #F07818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07818; }

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

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

background-color css

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

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

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

border-color css

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

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

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