Html Css Color HEX #F06812 Pumpkin

📋 copy color: '#F06812'

red 240 ◦ green 104 ◦ blue 18

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

Shades of Pumpkin #F06812

Tints of Pumpkin #F06812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 66.3%
G = 28.73%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06812 (or 0xF06812) is known color: Pumpkin. HEX triplet: F0, 68 and 12. RGB value is (240,104,18). Sum of RGB (Red+Green+Blue) = 240+104+18=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06812 is #0F97ED. Grayscale: #878787. Windows color (decimal): -1021934 or 1206512. OLE color: 1206512.

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

Color convert

RGB 240 104 18 -
CMYK 0 0.57 0.92 0.06
HSL 23.24º 0.88% 0.51% -
HSV(B) 23.24º 0.93% 0.94% -
XYZ 40.99 28.47 3.91 -
YUV 134.86 62.06 202.99 -
System Red Green Blue C M Y K H S L
Decimal 240 104 18 0 0.57 0.92 0.06 23.24 0.88 0.51
Hex F0 68 12 0 39 5C 6 17 58 33
Octal 360 150 22 0 71 134 6 27 130 63
Binary 11110000 1101000 10010 0 111001 1011100 110 10111 1011000 110011

Color Harmonies of #F06812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06812

Black with #F06812

Text Example


Text Example

White with #F06812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06812; }

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

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

background-color css

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

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

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

border-color css

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

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

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