Html Css Color HEX #F96E14 Pumpkin

📋 copy color: '#F96E14'

red 249 ◦ green 110 ◦ blue 20

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

Shades of Pumpkin #F96E14

Tints of Pumpkin #F96E14

RGB

 RED value IS 249 (97.66% from 255) = 65.7%

 GREEN value IS 110 (43.36% from 255) = 29.02%

 BLUE value IS 20 (8.2% from 255) = 5.28%

R = 65.7%
G = 29.02%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F96E14 (or 0xF96E14) is known color: Pumpkin. HEX triplet: F9, 6E and 14. RGB value is (249,110,20). Sum of RGB (Red+Green+Blue) = 249+110+20=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96E14 is #0691EB. Grayscale: #8D8D8D. Windows color (decimal): -430572 or 1339129. OLE color: 1339129.

HSL color Cylindrical-coordinate representation of color #F96E14: hue angle of 23.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F96E14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 110 20 -
CMYK 0 0.56 0.92 0.02
HSL 23.58º 0.95% 0.53% -
HSV(B) 23.58º 0.92% 0.98% -
XYZ 44.77 31.34 4.35 -
YUV 141.3 59.55 204.82 -
System Red Green Blue C M Y K H S L
Decimal 249 110 20 0 0.56 0.92 0.02 23.58 0.95 0.53
Hex F9 6E 14 0 38 5C 2 18 5F 35
Octal 371 156 24 0 70 134 2 30 137 65
Binary 11111001 1101110 10100 0 111000 1011100 10 11000 1011111 110101

Color Harmonies of #F96E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E14

Black with #F96E14

Text Example


Text Example

White with #F96E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E14; }

 p { color: rgb(249,110,20); }

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

background-color css

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

 a { background-color: rgb(249,110,20); }

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

border-color css

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

 span { border-color: rgb(249,110,20); }

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