Html Css Color HEX #F07024 Pumpkin

📋 copy color: '#F07024'

red 240 ◦ green 112 ◦ blue 36

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

Shades of Pumpkin #F07024

Tints of Pumpkin #F07024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 61.86%
G = 28.87%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F07024 (or 0xF07024) is known color: Pumpkin. HEX triplet: F0, 70 and 24. RGB value is (240,112,36). Sum of RGB (Red+Green+Blue) = 240+112+36=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F07024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07024 is #0F8FDB. Grayscale: #8E8E8E. Windows color (decimal): -1019868 or 2388208. OLE color: 2388208.

HSL color Cylindrical-coordinate representation of color #F07024: hue angle of 22.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F07024 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 36 -
CMYK 0 0.53 0.85 0.06
HSL 22.35º 0.87% 0.54% -
HSV(B) 22.35º 0.85% 0.94% -
XYZ 42.05 30.24 5.29 -
YUV 141.61 68.41 198.18 -
System Red Green Blue C M Y K H S L
Decimal 240 112 36 0 0.53 0.85 0.06 22.35 0.87 0.54
Hex F0 70 24 0 35 55 6 16 57 36
Octal 360 160 44 0 65 125 6 26 127 66
Binary 11110000 1110000 100100 0 110101 1010101 110 10110 1010111 110110

Color Harmonies of #F07024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07024

Black with #F07024

Text Example


Text Example

White with #F07024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07024; }

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

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

background-color css

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

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

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

border-color css

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

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

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