Html Css Color HEX #F06810 Pumpkin

📋 copy color: '#F06810'

red 240 ◦ green 104 ◦ blue 16

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

Shades of Pumpkin #F06810

Tints of Pumpkin #F06810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 66.67%
G = 28.89%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06810 (or 0xF06810) is known color: Pumpkin. HEX triplet: F0, 68 and 10. RGB value is (240,104,16). Sum of RGB (Red+Green+Blue) = 240+104+16=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F06810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06810 is #0F97EF. Grayscale: #878787. Windows color (decimal): -1021936 or 1075440. OLE color: 1075440.

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

Color convert

RGB 240 104 16 -
CMYK 0 0.57 0.93 0.06
HSL 23.57º 0.88% 0.5% -
HSV(B) 23.57º 0.93% 0.94% -
XYZ 40.98 28.46 3.82 -
YUV 134.63 61.06 203.16 -
System Red Green Blue C M Y K H S L
Decimal 240 104 16 0 0.57 0.93 0.06 23.57 0.88 0.5
Hex F0 68 10 0 39 5D 6 18 58 32
Octal 360 150 20 0 71 135 6 30 130 62
Binary 11110000 1101000 10000 0 111001 1011101 110 11000 1011000 110010

Color Harmonies of #F06810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06810

Black with #F06810

Text Example


Text Example

White with #F06810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06810; }

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

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

background-color css

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

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

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

border-color css

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

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

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