Html Css Color HEX #F96D1E Pumpkin

📋 copy color: '#F96D1E'

red 249 ◦ green 109 ◦ blue 30

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

Shades of Pumpkin #F96D1E

Tints of Pumpkin #F96D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.73%

R = 64.18%
G = 28.09%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F96D1E (or 0xF96D1E) is known color: Pumpkin. HEX triplet: F9, 6D and 1E. RGB value is (249,109,30). Sum of RGB (Red+Green+Blue) = 249+109+30=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D1E is #0692E1. Grayscale: #8E8E8E. Windows color (decimal): -430818 or 1994233. OLE color: 1994233.

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

Color convert

RGB 249 109 30 -
CMYK 0 0.56 0.88 0.02
HSL 21.64º 0.95% 0.55% -
HSV(B) 21.64º 0.88% 0.98% -
XYZ 44.77 31.17 4.89 -
YUV 141.85 64.88 204.42 -
System Red Green Blue C M Y K H S L
Decimal 249 109 30 0 0.56 0.88 0.02 21.64 0.95 0.55
Hex F9 6D 1E 0 38 58 2 16 5F 37
Octal 371 155 36 0 70 130 2 26 137 67
Binary 11111001 1101101 11110 0 111000 1011000 10 10110 1011111 110111

Color Harmonies of #F96D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D1E

Black with #F96D1E

Text Example


Text Example

White with #F96D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D1E; }

 p { color: rgb(249,109,30); }

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

background-color css

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

 a { background-color: rgb(249,109,30); }

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

border-color css

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

 span { border-color: rgb(249,109,30); }

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