Html Css Color HEX #F96118 Pumpkin

📋 copy color: '#F96118'

red 249 ◦ green 97 ◦ blue 24

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

Shades of Pumpkin #F96118

Tints of Pumpkin #F96118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.49%

R = 67.3%
G = 26.22%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96118 (or 0xF96118) is known color: Pumpkin. HEX triplet: F9, 61 and 18. RGB value is (249,97,24). Sum of RGB (Red+Green+Blue) = 249+97+24=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96118 is #069EE7. Grayscale: #868686. Windows color (decimal): -433896 or 1597945. OLE color: 1597945.

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

Color convert

RGB 249 97 24 -
CMYK 0 0.61 0.90 0.02
HSL 19.47º 0.95% 0.54% -
HSV(B) 19.47º 0.9% 0.98% -
XYZ 43.51 28.76 4.12 -
YUV 134.13 65.86 209.94 -
System Red Green Blue C M Y K H S L
Decimal 249 97 24 0 0.61 0.90 0.02 19.47 0.95 0.54
Hex F9 61 18 0 3D 5A 2 13 5F 36
Octal 371 141 30 0 75 132 2 23 137 66
Binary 11111001 1100001 11000 0 111101 1011010 10 10011 1011111 110110

Color Harmonies of #F96118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96118

Black with #F96118

Text Example


Text Example

White with #F96118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96118; }

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

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

background-color css

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

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

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

border-color css

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

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

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