Html Css Color HEX #F07212 Pumpkin

📋 copy color: '#F07212'

red 240 ◦ green 114 ◦ blue 18

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

Shades of Pumpkin #F07212

Tints of Pumpkin #F07212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 64.52%
G = 30.65%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07212 (or 0xF07212) is known color: Pumpkin. HEX triplet: F0, 72 and 12. RGB value is (240,114,18). Sum of RGB (Red+Green+Blue) = 240+114+18=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F07212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07212 is #0F8DED. Grayscale: #8D8D8D. Windows color (decimal): -1019374 or 1209072. OLE color: 1209072.

HSL color Cylindrical-coordinate representation of color #F07212: hue angle of 25.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07212 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 18 -
CMYK 0 0.52 0.92 0.06
HSL 25.95º 0.88% 0.51% -
HSV(B) 25.95º 0.93% 0.94% -
XYZ 42.06 30.6 4.26 -
YUV 140.73 58.74 198.81 -
System Red Green Blue C M Y K H S L
Decimal 240 114 18 0 0.52 0.92 0.06 25.95 0.88 0.51
Hex F0 72 12 0 34 5C 6 1A 58 33
Octal 360 162 22 0 64 134 6 32 130 63
Binary 11110000 1110010 10010 0 110100 1011100 110 11010 1011000 110011

Color Harmonies of #F07212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07212

Black with #F07212

Text Example


Text Example

White with #F07212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07212; }

 p { color: rgb(240,114,18); }

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

background-color css

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

 a { background-color: rgb(240,114,18); }

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

border-color css

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

 span { border-color: rgb(240,114,18); }

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