Html Css Color HEX #F96F15 Pumpkin

📋 copy color: '#F96F15'

red 249 ◦ green 111 ◦ blue 21

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

Shades of Pumpkin #F96F15

Tints of Pumpkin #F96F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

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

R = 65.35%
G = 29.13%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F96F15 (or 0xF96F15) is known color: Pumpkin. HEX triplet: F9, 6F and 15. RGB value is (249,111,21). Sum of RGB (Red+Green+Blue) = 249+111+21=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96F15 is #0690EA. Grayscale: #8E8E8E. Windows color (decimal): -430315 or 1404921. OLE color: 1404921.

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

Color convert

RGB 249 111 21 -
CMYK 0 0.55 0.92 0.02
HSL 23.68º 0.95% 0.53% -
HSV(B) 23.68º 0.92% 0.98% -
XYZ 44.89 31.56 4.44 -
YUV 142 59.72 204.32 -
System Red Green Blue C M Y K H S L
Decimal 249 111 21 0 0.55 0.92 0.02 23.68 0.95 0.53
Hex F9 6F 15 0 37 5C 2 18 5F 35
Octal 371 157 25 0 67 134 2 30 137 65
Binary 11111001 1101111 10101 0 110111 1011100 10 11000 1011111 110101

Color Harmonies of #F96F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F15

Black with #F96F15

Text Example


Text Example

White with #F96F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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