Html Css Color HEX #F96C22 Pumpkin

📋 copy color: '#F96C22'

red 249 ◦ green 108 ◦ blue 34

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

Shades of Pumpkin #F96C22

Tints of Pumpkin #F96C22

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 63.68%
G = 27.62%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96C22 (or 0xF96C22) is known color: Pumpkin. HEX triplet: F9, 6C and 22. RGB value is (249,108,34). Sum of RGB (Red+Green+Blue) = 249+108+34=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C22 is #0693DD. Grayscale: #8E8E8E. Windows color (decimal): -431070 or 2256121. OLE color: 2256121.

HSL color Cylindrical-coordinate representation of color #F96C22: hue angle of 20.65º 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 #F96C22 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 108 34 -
CMYK 0 0.57 0.86 0.02
HSL 20.65º 0.95% 0.55% -
HSV(B) 20.65º 0.86% 0.98% -
XYZ 44.72 30.98 5.14 -
YUV 141.72 67.21 204.52 -
System Red Green Blue C M Y K H S L
Decimal 249 108 34 0 0.57 0.86 0.02 20.65 0.95 0.55
Hex F9 6C 22 0 39 56 2 15 5F 37
Octal 371 154 42 0 71 126 2 25 137 67
Binary 11111001 1101100 100010 0 111001 1010110 10 10101 1011111 110111

Color Harmonies of #F96C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C22

Black with #F96C22

Text Example


Text Example

White with #F96C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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