Html Css Color HEX #F07918 Pumpkin

📋 copy color: '#F07918'

red 240 ◦ green 121 ◦ blue 24

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

Shades of Pumpkin #F07918

Tints of Pumpkin #F07918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

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

R = 62.34%
G = 31.43%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F07918 (or 0xF07918) is known color: Pumpkin. HEX triplet: F0, 79 and 18. RGB value is (240,121,24). Sum of RGB (Red+Green+Blue) = 240+121+24=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F07918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07918 is #0F86E7. Grayscale: #929292. Windows color (decimal): -1017576 or 1604080. OLE color: 1604080.

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

Color convert

RGB 240 121 24 -
CMYK 0 0.50 0.9 0.06
HSL 26.94º 0.88% 0.52% -
HSV(B) 26.94º 0.9% 0.94% -
XYZ 42.94 32.27 4.83 -
YUV 145.52 59.42 195.39 -
System Red Green Blue C M Y K H S L
Decimal 240 121 24 0 0.50 0.9 0.06 26.94 0.88 0.52
Hex F0 79 18 0 32 5A 6 1B 58 34
Octal 360 171 30 0 62 132 6 33 130 64
Binary 11110000 1111001 11000 0 110010 1011010 110 11011 1011000 110100

Color Harmonies of #F07918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07918

Black with #F07918

Text Example


Text Example

White with #F07918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07918; }

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

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

background-color css

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

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

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

border-color css

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

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

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