Html Css Color HEX #F96E10 Pumpkin

📋 copy color: '#F96E10'

red 249 ◦ green 110 ◦ blue 16

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

Shades of Pumpkin #F96E10

Tints of Pumpkin #F96E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 66.4%
G = 29.33%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F96E10 (or 0xF96E10) is known color: Pumpkin. HEX triplet: F9, 6E and 10. RGB value is (249,110,16). Sum of RGB (Red+Green+Blue) = 249+110+16=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96E10 is #0691EF. Grayscale: #8D8D8D. Windows color (decimal): -430576 or 1076985. OLE color: 1076985.

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

Color convert

RGB 249 110 16 -
CMYK 0 0.56 0.94 0.02
HSL 24.21º 0.95% 0.52% -
HSV(B) 24.21º 0.94% 0.98% -
XYZ 44.74 31.33 4.18 -
YUV 140.85 57.55 205.14 -
System Red Green Blue C M Y K H S L
Decimal 249 110 16 0 0.56 0.94 0.02 24.21 0.95 0.52
Hex F9 6E 10 0 38 5E 2 18 5F 34
Octal 371 156 20 0 70 136 2 30 137 64
Binary 11111001 1101110 10000 0 111000 1011110 10 11000 1011111 110100

Color Harmonies of #F96E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E10

Black with #F96E10

Text Example


Text Example

White with #F96E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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