Html Css Color HEX #F97325 Pumpkin

📋 copy color: '#F97325'

red 249 ◦ green 115 ◦ blue 37

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

Shades of Pumpkin #F97325

Tints of Pumpkin #F97325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

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

R = 62.09%
G = 28.68%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F97325 (or 0xF97325) is known color: Pumpkin. HEX triplet: F9, 73 and 25. RGB value is (249,115,37). Sum of RGB (Red+Green+Blue) = 249+115+37=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F97325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97325 is #068CDA. Grayscale: #929292. Windows color (decimal): -429275 or 2454521. OLE color: 2454521.

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

Color convert

RGB 249 115 37 -
CMYK 0 0.54 0.85 0.02
HSL 22.08º 0.95% 0.56% -
HSV(B) 22.08º 0.85% 0.98% -
XYZ 45.53 32.53 5.63 -
YUV 146.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 249 115 37 0 0.54 0.85 0.02 22.08 0.95 0.56
Hex F9 73 25 0 36 55 2 16 5F 38
Octal 371 163 45 0 66 125 2 26 137 70
Binary 11111001 1110011 100101 0 110110 1010101 10 10110 1011111 111000

Color Harmonies of #F97325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97325

Black with #F97325

Text Example


Text Example

White with #F97325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97325; }

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

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

background-color css

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

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

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

border-color css

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

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

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