Html Css Color HEX #F96F25 Pumpkin

📋 copy color: '#F96F25'

red 249 ◦ green 111 ◦ blue 37

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

Shades of Pumpkin #F96F25

Tints of Pumpkin #F96F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.32%

R = 62.72%
G = 27.96%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F96F25 (or 0xF96F25) is known color: Pumpkin. HEX triplet: F9, 6F and 25. RGB value is (249,111,37). Sum of RGB (Red+Green+Blue) = 249+111+37=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F25 is #0690DA. Grayscale: #909090. Windows color (decimal): -430299 or 2453497. OLE color: 2453497.

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

Color convert

RGB 249 111 37 -
CMYK 0 0.55 0.85 0.02
HSL 20.94º 0.95% 0.56% -
HSV(B) 20.94º 0.85% 0.98% -
XYZ 45.09 31.64 5.48 -
YUV 143.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 249 111 37 0 0.55 0.85 0.02 20.94 0.95 0.56
Hex F9 6F 25 0 37 55 2 15 5F 38
Octal 371 157 45 0 67 125 2 25 137 70
Binary 11111001 1101111 100101 0 110111 1010101 10 10101 1011111 111000

Color Harmonies of #F96F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F25

Black with #F96F25

Text Example


Text Example

White with #F96F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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