Html Css Color HEX #F96C18 Pumpkin

📋 copy color: '#F96C18'

red 249 ◦ green 108 ◦ blue 24

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

Shades of Pumpkin #F96C18

Tints of Pumpkin #F96C18

RGB

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

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

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

R = 65.35%
G = 28.35%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96C18 (or 0xF96C18) is known color: Pumpkin. HEX triplet: F9, 6C and 18. RGB value is (249,108,24). Sum of RGB (Red+Green+Blue) = 249+108+24=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C18 is #0693E7. Grayscale: #8D8D8D. Windows color (decimal): -431080 or 1600761. OLE color: 1600761.

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

Color convert

RGB 249 108 24 -
CMYK 0 0.57 0.90 0.02
HSL 22.4º 0.95% 0.54% -
HSV(B) 22.4º 0.9% 0.98% -
XYZ 44.59 30.93 4.48 -
YUV 140.58 62.21 205.33 -
System Red Green Blue C M Y K H S L
Decimal 249 108 24 0 0.57 0.90 0.02 22.4 0.95 0.54
Hex F9 6C 18 0 39 5A 2 16 5F 36
Octal 371 154 30 0 71 132 2 26 137 66
Binary 11111001 1101100 11000 0 111001 1011010 10 10110 1011111 110110

Color Harmonies of #F96C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C18

Black with #F96C18

Text Example


Text Example

White with #F96C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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