Html Css Color HEX #F96C10 Pumpkin

📋 copy color: '#F96C10'

red 249 ◦ green 108 ◦ blue 16

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

Shades of Pumpkin #F96C10

Tints of Pumpkin #F96C10

RGB

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

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

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

R = 66.76%
G = 28.95%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F96C10 (or 0xF96C10) is known color: Pumpkin. HEX triplet: F9, 6C and 10. RGB value is (249,108,16). Sum of RGB (Red+Green+Blue) = 249+108+16=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C10 is #0693EF. Grayscale: #8C8C8C. Windows color (decimal): -431088 or 1076473. OLE color: 1076473.

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

Color convert

RGB 249 108 16 -
CMYK 0 0.57 0.94 0.02
HSL 23.69º 0.95% 0.52% -
HSV(B) 23.69º 0.94% 0.98% -
XYZ 44.52 30.9 4.11 -
YUV 139.67 58.21 205.98 -
System Red Green Blue C M Y K H S L
Decimal 249 108 16 0 0.57 0.94 0.02 23.69 0.95 0.52
Hex F9 6C 10 0 39 5E 2 18 5F 34
Octal 371 154 20 0 71 136 2 30 137 64
Binary 11111001 1101100 10000 0 111001 1011110 10 11000 1011111 110100

Color Harmonies of #F96C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C10

Black with #F96C10

Text Example


Text Example

White with #F96C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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