Html Css Color HEX #F96522 Pumpkin

📋 copy color: '#F96522'

red 249 ◦ green 101 ◦ blue 34

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

Shades of Pumpkin #F96522

Tints of Pumpkin #F96522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

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

R = 64.84%
G = 26.3%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96522 (or 0xF96522) is known color: Pumpkin. HEX triplet: F9, 65 and 22. RGB value is (249,101,34). Sum of RGB (Red+Green+Blue) = 249+101+34=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F96522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96522 is #069ADD. Grayscale: #8A8A8A. Windows color (decimal): -432862 or 2254329. OLE color: 2254329.

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

Color convert

RGB 249 101 34 -
CMYK 0 0.59 0.86 0.02
HSL 18.7º 0.95% 0.55% -
HSV(B) 18.7º 0.86% 0.98% -
XYZ 44.01 29.56 4.9 -
YUV 137.61 69.53 207.45 -
System Red Green Blue C M Y K H S L
Decimal 249 101 34 0 0.59 0.86 0.02 18.7 0.95 0.55
Hex F9 65 22 0 3B 56 2 13 5F 37
Octal 371 145 42 0 73 126 2 23 137 67
Binary 11111001 1100101 100010 0 111011 1010110 10 10011 1011111 110111

Color Harmonies of #F96522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96522

Black with #F96522

Text Example


Text Example

White with #F96522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96522; }

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

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

background-color css

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

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

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

border-color css

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

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

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