Html Css Color HEX #F66F0E Pumpkin

📋 copy color: '#F66F0E'

red 246 ◦ green 111 ◦ blue 14

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

Shades of Pumpkin #F66F0E

Tints of Pumpkin #F66F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 66.31%
G = 29.92%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F66F0E (or 0xF66F0E) is known color: Pumpkin. HEX triplet: F6, 6F and 0E. RGB value is (246,111,14). Sum of RGB (Red+Green+Blue) = 246+111+14=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66F0E is #0990F1. Grayscale: #8C8C8C. Windows color (decimal): -626930 or 946166. OLE color: 946166.

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

Color convert

RGB 246 111 14 -
CMYK 0 0.55 0.94 0.04
HSL 25.09º 0.93% 0.51% -
HSV(B) 25.09º 0.94% 0.96% -
XYZ 43.77 30.99 4.09 -
YUV 140.31 56.73 203.39 -
System Red Green Blue C M Y K H S L
Decimal 246 111 14 0 0.55 0.94 0.04 25.09 0.93 0.51
Hex F6 6F E 0 37 5E 4 19 5D 33
Octal 366 157 16 0 67 136 4 31 135 63
Binary 11110110 1101111 1110 0 110111 1011110 100 11001 1011101 110011

Color Harmonies of #F66F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F0E

Black with #F66F0E

Text Example


Text Example

White with #F66F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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