Html Css Color HEX #F66812 Pumpkin

📋 copy color: '#F66812'

red 246 ◦ green 104 ◦ blue 18

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

Shades of Pumpkin #F66812

Tints of Pumpkin #F66812

RGB

 RED value IS 246 (96.48% from 255) = 66.85%

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

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

R = 66.85%
G = 28.26%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F66812 (or 0xF66812) is known color: Pumpkin. HEX triplet: F6, 68 and 12. RGB value is (246,104,18). Sum of RGB (Red+Green+Blue) = 246+104+18=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F66812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66812 is #0997ED. Grayscale: #898989. Windows color (decimal): -628718 or 1206518. OLE color: 1206518.

HSL color Cylindrical-coordinate representation of color #F66812: hue angle of 22.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F66812 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 104 18 -
CMYK 0 0.58 0.93 0.04
HSL 22.63º 0.93% 0.52% -
HSV(B) 22.63º 0.93% 0.96% -
XYZ 43.07 29.54 4 -
YUV 136.65 61.04 205.99 -
System Red Green Blue C M Y K H S L
Decimal 246 104 18 0 0.58 0.93 0.04 22.63 0.93 0.52
Hex F6 68 12 0 3A 5D 4 17 5D 34
Octal 366 150 22 0 72 135 4 27 135 64
Binary 11110110 1101000 10010 0 111010 1011101 100 10111 1011101 110100

Color Harmonies of #F66812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66812

Black with #F66812

Text Example


Text Example

White with #F66812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66812; }

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

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

background-color css

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

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

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

border-color css

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

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

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