Html Css Color HEX #F96E22 Pumpkin

📋 copy color: '#F96E22'

red 249 ◦ green 110 ◦ blue 34

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

Shades of Pumpkin #F96E22

Tints of Pumpkin #F96E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.65%

R = 63.36%
G = 27.99%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96E22 (or 0xF96E22) is known color: Pumpkin. HEX triplet: F9, 6E and 22. RGB value is (249,110,34). Sum of RGB (Red+Green+Blue) = 249+110+34=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E22 is #0691DD. Grayscale: #8F8F8F. Windows color (decimal): -430558 or 2256633. OLE color: 2256633.

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

Color convert

RGB 249 110 34 -
CMYK 0 0.56 0.86 0.02
HSL 21.21º 0.95% 0.55% -
HSV(B) 21.21º 0.86% 0.98% -
XYZ 44.93 31.41 5.21 -
YUV 142.9 66.55 203.68 -
System Red Green Blue C M Y K H S L
Decimal 249 110 34 0 0.56 0.86 0.02 21.21 0.95 0.55
Hex F9 6E 22 0 38 56 2 15 5F 37
Octal 371 156 42 0 70 126 2 25 137 67
Binary 11111001 1101110 100010 0 111000 1010110 10 10101 1011111 110111

Color Harmonies of #F96E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E22

Black with #F96E22

Text Example


Text Example

White with #F96E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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