Html Css Color HEX #F96E18 Pumpkin

📋 copy color: '#F96E18'

red 249 ◦ green 110 ◦ blue 24

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

Shades of Pumpkin #F96E18

Tints of Pumpkin #F96E18

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

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

R = 65.01%
G = 28.72%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96E18 (or 0xF96E18) is known color: Pumpkin. HEX triplet: F9, 6E and 18. RGB value is (249,110,24). Sum of RGB (Red+Green+Blue) = 249+110+24=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96E18 is #0691E7. Grayscale: #8E8E8E. Windows color (decimal): -430568 or 1601273. OLE color: 1601273.

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

Color convert

RGB 249 110 24 -
CMYK 0 0.56 0.90 0.02
HSL 22.93º 0.95% 0.54% -
HSV(B) 22.93º 0.9% 0.98% -
XYZ 44.81 31.36 4.56 -
YUV 141.76 61.55 204.49 -
System Red Green Blue C M Y K H S L
Decimal 249 110 24 0 0.56 0.90 0.02 22.93 0.95 0.54
Hex F9 6E 18 0 38 5A 2 17 5F 36
Octal 371 156 30 0 70 132 2 27 137 66
Binary 11111001 1101110 11000 0 111000 1011010 10 10111 1011111 110110

Color Harmonies of #F96E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E18

Black with #F96E18

Text Example


Text Example

White with #F96E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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