Html Css Color HEX #F07612 Pumpkin

📋 copy color: '#F07612'

red 240 ◦ green 118 ◦ blue 18

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

Shades of Pumpkin #F07612

Tints of Pumpkin #F07612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 63.83%
G = 31.38%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07612 (or 0xF07612) is known color: Pumpkin. HEX triplet: F0, 76 and 12. RGB value is (240,118,18). Sum of RGB (Red+Green+Blue) = 240+118+18=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07612 is #0F89ED. Grayscale: #8F8F8F. Windows color (decimal): -1018350 or 1210096. OLE color: 1210096.

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

Color convert

RGB 240 118 18 -
CMYK 0 0.51 0.92 0.06
HSL 27.03º 0.88% 0.51% -
HSV(B) 27.03º 0.93% 0.94% -
XYZ 42.52 31.53 4.42 -
YUV 143.08 57.42 197.13 -
System Red Green Blue C M Y K H S L
Decimal 240 118 18 0 0.51 0.92 0.06 27.03 0.88 0.51
Hex F0 76 12 0 33 5C 6 1B 58 33
Octal 360 166 22 0 63 134 6 33 130 63
Binary 11110000 1110110 10010 0 110011 1011100 110 11011 1011000 110011

Color Harmonies of #F07612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07612

Black with #F07612

Text Example


Text Example

White with #F07612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07612; }

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

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

background-color css

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

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

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

border-color css

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

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

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