Html Css Color HEX #F66F12 Pumpkin

📋 copy color: '#F66F12'

red 246 ◦ green 111 ◦ blue 18

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

Shades of Pumpkin #F66F12

Tints of Pumpkin #F66F12

RGB

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

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

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

R = 65.6%
G = 29.6%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F66F12 (or 0xF66F12) is known color: Pumpkin. HEX triplet: F6, 6F and 12. RGB value is (246,111,18). Sum of RGB (Red+Green+Blue) = 246+111+18=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66F12 is #0990ED. Grayscale: #8D8D8D. Windows color (decimal): -626926 or 1208310. OLE color: 1208310.

HSL color Cylindrical-coordinate representation of color #F66F12: hue angle of 24.47º 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 #F66F12 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 111 18 -
CMYK 0 0.55 0.93 0.04
HSL 24.47º 0.93% 0.52% -
HSV(B) 24.47º 0.93% 0.96% -
XYZ 43.8 31.01 4.25 -
YUV 140.76 58.73 203.06 -
System Red Green Blue C M Y K H S L
Decimal 246 111 18 0 0.55 0.93 0.04 24.47 0.93 0.52
Hex F6 6F 12 0 37 5D 4 18 5D 34
Octal 366 157 22 0 67 135 4 30 135 64
Binary 11110110 1101111 10010 0 110111 1011101 100 11000 1011101 110100

Color Harmonies of #F66F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F12

Black with #F66F12

Text Example


Text Example

White with #F66F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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