Html Css Color HEX #F66F0C Pumpkin

📋 copy color: '#F66F0C'

red 246 ◦ green 111 ◦ blue 12

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

Shades of Pumpkin #F66F0C

Tints of Pumpkin #F66F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 12 (5.08% from 255) = 3.25%

R = 66.67%
G = 30.08%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F66F0C (or 0xF66F0C) is known color: Pumpkin. HEX triplet: F6, 6F and 0C. RGB value is (246,111,12). Sum of RGB (Red+Green+Blue) = 246+111+12=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66F0C is #0990F3. Grayscale: #8C8C8C. Windows color (decimal): -626932 or 815094. OLE color: 815094.

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

Color convert

RGB 246 111 12 -
CMYK 0 0.55 0.95 0.04
HSL 25.38º 0.93% 0.51% -
HSV(B) 25.38º 0.95% 0.96% -
XYZ 43.76 30.99 4.02 -
YUV 140.08 55.73 203.55 -
System Red Green Blue C M Y K H S L
Decimal 246 111 12 0 0.55 0.95 0.04 25.38 0.93 0.51
Hex F6 6F C 0 37 5F 4 19 5D 33
Octal 366 157 14 0 67 137 4 31 135 63
Binary 11110110 1101111 1100 0 110111 1011111 100 11001 1011101 110011

Color Harmonies of #F66F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F0C

Black with #F66F0C

Text Example


Text Example

White with #F66F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F0C; }

 p { color: rgb(246,111,12); }

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

background-color css

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

 a { background-color: rgb(246,111,12); }

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

border-color css

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

 span { border-color: rgb(246,111,12); }

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