Html Css Color HEX #F66F1C Pumpkin

📋 copy color: '#F66F1C'

red 246 ◦ green 111 ◦ blue 28

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

Shades of Pumpkin #F66F1C

Tints of Pumpkin #F66F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.27%

R = 63.9%
G = 28.83%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F66F1C (or 0xF66F1C) is known color: Pumpkin. HEX triplet: F6, 6F and 1C. RGB value is (246,111,28). Sum of RGB (Red+Green+Blue) = 246+111+28=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66F1C is #0990E3. Grayscale: #8E8E8E. Windows color (decimal): -626916 or 1863670. OLE color: 1863670.

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

Color convert

RGB 246 111 28 -
CMYK 0 0.55 0.89 0.04
HSL 22.84º 0.92% 0.54% -
HSV(B) 22.84º 0.89% 0.96% -
XYZ 43.9 31.05 4.78 -
YUV 141.9 63.73 202.25 -
System Red Green Blue C M Y K H S L
Decimal 246 111 28 0 0.55 0.89 0.04 22.84 0.92 0.54
Hex F6 6F 1C 0 37 59 4 17 5C 36
Octal 366 157 34 0 67 131 4 27 134 66
Binary 11110110 1101111 11100 0 110111 1011001 100 10111 1011100 110110

Color Harmonies of #F66F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F1C

Black with #F66F1C

Text Example


Text Example

White with #F66F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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