Html Css Color HEX #F96C15 Pumpkin

📋 copy color: '#F96C15'

red 249 ◦ green 108 ◦ blue 21

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

Shades of Pumpkin #F96C15

Tints of Pumpkin #F96C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 65.87%
G = 28.57%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F96C15 (or 0xF96C15) is known color: Pumpkin. HEX triplet: F9, 6C and 15. RGB value is (249,108,21). Sum of RGB (Red+Green+Blue) = 249+108+21=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C15 is #0693EA. Grayscale: #8C8C8C. Windows color (decimal): -431083 or 1404153. OLE color: 1404153.

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

Color convert

RGB 249 108 21 -
CMYK 0 0.57 0.92 0.02
HSL 22.89º 0.95% 0.53% -
HSV(B) 22.89º 0.92% 0.98% -
XYZ 44.56 30.92 4.33 -
YUV 140.24 60.71 205.57 -
System Red Green Blue C M Y K H S L
Decimal 249 108 21 0 0.57 0.92 0.02 22.89 0.95 0.53
Hex F9 6C 15 0 39 5C 2 17 5F 35
Octal 371 154 25 0 71 134 2 27 137 65
Binary 11111001 1101100 10101 0 111001 1011100 10 10111 1011111 110101

Color Harmonies of #F96C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C15

Black with #F96C15

Text Example


Text Example

White with #F96C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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