Html Css Color HEX #F07712 Pumpkin

📋 copy color: '#F07712'

red 240 ◦ green 119 ◦ blue 18

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

Shades of Pumpkin #F07712

Tints of Pumpkin #F07712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 63.66%
G = 31.56%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07712 (or 0xF07712) is known color: Pumpkin. HEX triplet: F0, 77 and 12. RGB value is (240,119,18). Sum of RGB (Red+Green+Blue) = 240+119+18=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07712 is #0F88ED. Grayscale: #909090. Windows color (decimal): -1018094 or 1210352. OLE color: 1210352.

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

Color convert

RGB 240 119 18 -
CMYK 0 0.50 0.92 0.06
HSL 27.3º 0.88% 0.51% -
HSV(B) 27.3º 0.93% 0.94% -
XYZ 42.64 31.76 4.46 -
YUV 143.67 57.09 196.71 -
System Red Green Blue C M Y K H S L
Decimal 240 119 18 0 0.50 0.92 0.06 27.3 0.88 0.51
Hex F0 77 12 0 32 5C 6 1B 58 33
Octal 360 167 22 0 62 134 6 33 130 63
Binary 11110000 1110111 10010 0 110010 1011100 110 11011 1011000 110011

Color Harmonies of #F07712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07712

Black with #F07712

Text Example


Text Example

White with #F07712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07712; }

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

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

background-color css

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

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

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

border-color css

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

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

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