Html Css Color HEX #F66F10 Pumpkin

📋 copy color: '#F66F10'

red 246 ◦ green 111 ◦ blue 16

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

Shades of Pumpkin #F66F10

Tints of Pumpkin #F66F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 65.95%
G = 29.76%
B = 4.29%

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

#F66F10 (or 0xF66F10) is known color: Pumpkin. HEX triplet: F6, 6F and 10. RGB value is (246,111,16). Sum of RGB (Red+Green+Blue) = 246+111+16=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66F10 is #0990EF. Grayscale: #8D8D8D. Windows color (decimal): -626928 or 1077238. OLE color: 1077238.

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

Color convert

RGB 246 111 16 -
CMYK 0 0.55 0.93 0.04
HSL 24.78º 0.93% 0.51% -
HSV(B) 24.78º 0.93% 0.96% -
XYZ 43.78 31 4.17 -
YUV 140.54 57.73 203.22 -
System Red Green Blue C M Y K H S L
Decimal 246 111 16 0 0.55 0.93 0.04 24.78 0.93 0.51
Hex F6 6F 10 0 37 5D 4 19 5D 33
Octal 366 157 20 0 67 135 4 31 135 63
Binary 11110110 1101111 10000 0 110111 1011101 100 11001 1011101 110011

Color Harmonies of #F66F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F10

Black with #F66F10

Text Example


Text Example

White with #F66F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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