Html Css Color HEX #F96117 Pumpkin

📋 copy color: '#F96117'

red 249 ◦ green 97 ◦ blue 23

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

Shades of Pumpkin #F96117

Tints of Pumpkin #F96117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 23 (9.38% from 255) = 6.23%

R = 67.48%
G = 26.29%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F96117 (or 0xF96117) is known color: Pumpkin. HEX triplet: F9, 61 and 17. RGB value is (249,97,23). Sum of RGB (Red+Green+Blue) = 249+97+23=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F96117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96117 is #069EE8. Grayscale: #868686. Windows color (decimal): -433897 or 1532409. OLE color: 1532409.

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

Color convert

RGB 249 97 23 -
CMYK 0 0.61 0.91 0.02
HSL 19.65º 0.95% 0.53% -
HSV(B) 19.65º 0.91% 0.98% -
XYZ 43.5 28.75 4.07 -
YUV 134.01 65.36 210.02 -
System Red Green Blue C M Y K H S L
Decimal 249 97 23 0 0.61 0.91 0.02 19.65 0.95 0.53
Hex F9 61 17 0 3D 5B 2 14 5F 35
Octal 371 141 27 0 75 133 2 24 137 65
Binary 11111001 1100001 10111 0 111101 1011011 10 10100 1011111 110101

Color Harmonies of #F96117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96117

Black with #F96117

Text Example


Text Example

White with #F96117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96117; }

 p { color: rgb(249,97,23); }

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

background-color css

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

 a { background-color: rgb(249,97,23); }

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

border-color css

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

 span { border-color: rgb(249,97,23); }

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