Html Css Color HEX #F07018 Pumpkin

📋 copy color: '#F07018'

red 240 ◦ green 112 ◦ blue 24

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

Shades of Pumpkin #F07018

Tints of Pumpkin #F07018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 63.83%
G = 29.79%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F07018 (or 0xF07018) is known color: Pumpkin. HEX triplet: F0, 70 and 18. RGB value is (240,112,24). Sum of RGB (Red+Green+Blue) = 240+112+24=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07018 is #0F8FE7. Grayscale: #8C8C8C. Windows color (decimal): -1019880 or 1601776. OLE color: 1601776.

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

Color convert

RGB 240 112 24 -
CMYK 0 0.53 0.9 0.06
HSL 24.44º 0.88% 0.52% -
HSV(B) 24.44º 0.9% 0.94% -
XYZ 41.89 30.18 4.48 -
YUV 140.24 62.41 199.16 -
System Red Green Blue C M Y K H S L
Decimal 240 112 24 0 0.53 0.9 0.06 24.44 0.88 0.52
Hex F0 70 18 0 35 5A 6 18 58 34
Octal 360 160 30 0 65 132 6 30 130 64
Binary 11110000 1110000 11000 0 110101 1011010 110 11000 1011000 110100

Color Harmonies of #F07018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07018

Black with #F07018

Text Example


Text Example

White with #F07018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07018; }

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

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

background-color css

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

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

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

border-color css

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

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

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