Html Css Color HEX #F06816 Pumpkin

📋 copy color: '#F06816'

red 240 ◦ green 104 ◦ blue 22

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

Shades of Pumpkin #F06816

Tints of Pumpkin #F06816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 65.57%
G = 28.42%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06816 (or 0xF06816) is known color: Pumpkin. HEX triplet: F0, 68 and 16. RGB value is (240,104,22). Sum of RGB (Red+Green+Blue) = 240+104+22=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F06816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06816 is #0F97E9. Grayscale: #878787. Windows color (decimal): -1021930 or 1468656. OLE color: 1468656.

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

Color convert

RGB 240 104 22 -
CMYK 0 0.57 0.91 0.06
HSL 22.57º 0.88% 0.51% -
HSV(B) 22.57º 0.91% 0.94% -
XYZ 41.03 28.48 4.09 -
YUV 135.32 64.06 202.67 -
System Red Green Blue C M Y K H S L
Decimal 240 104 22 0 0.57 0.91 0.06 22.57 0.88 0.51
Hex F0 68 16 0 39 5B 6 17 58 33
Octal 360 150 26 0 71 133 6 27 130 63
Binary 11110000 1101000 10110 0 111001 1011011 110 10111 1011000 110011

Color Harmonies of #F06816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06816

Black with #F06816

Text Example


Text Example

White with #F06816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06816; }

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

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

background-color css

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

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

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

border-color css

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

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

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