Html Css Color HEX #F66D0E Pumpkin

📋 copy color: '#F66D0E'

red 246 ◦ green 109 ◦ blue 14

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

Shades of Pumpkin #F66D0E

Tints of Pumpkin #F66D0E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 66.67%
G = 29.54%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F66D0E (or 0xF66D0E) is known color: Pumpkin. HEX triplet: F6, 6D and 0E. RGB value is (246,109,14). Sum of RGB (Red+Green+Blue) = 246+109+14=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66D0E is #0992F1. Grayscale: #8B8B8B. Windows color (decimal): -627442 or 945654. OLE color: 945654.

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

Color convert

RGB 246 109 14 -
CMYK 0 0.56 0.94 0.04
HSL 24.57º 0.93% 0.51% -
HSV(B) 24.57º 0.94% 0.96% -
XYZ 43.55 30.56 4.02 -
YUV 139.13 57.39 204.22 -
System Red Green Blue C M Y K H S L
Decimal 246 109 14 0 0.56 0.94 0.04 24.57 0.93 0.51
Hex F6 6D E 0 38 5E 4 19 5D 33
Octal 366 155 16 0 70 136 4 31 135 63
Binary 11110110 1101101 1110 0 111000 1011110 100 11001 1011101 110011

Color Harmonies of #F66D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66D0E

Black with #F66D0E

Text Example


Text Example

White with #F66D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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