Html Css Color HEX #F97F2D Burnt Orange

📋 copy color: '#F97F2D'

red 249 ◦ green 127 ◦ blue 45

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

Shades of Burnt Orange #F97F2D

Tints of Burnt Orange #F97F2D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 59.14%
G = 30.17%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F97F2D (or 0xF97F2D) is known color: Burnt Orange. HEX triplet: F9, 7F and 2D. RGB value is (249,127,45). Sum of RGB (Red+Green+Blue) = 249+127+45=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97F2D is #0680D2. Grayscale: #9A9A9A. Windows color (decimal): -426195 or 2981881. OLE color: 2981881.

HSL color Cylindrical-coordinate representation of color #F97F2D: hue angle of 24.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F97F2D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 127 45 -
CMYK 0 0.49 0.82 0.02
HSL 24.12º 0.94% 0.58% -
HSV(B) 24.12º 0.82% 0.98% -
XYZ 47.13 35.51 6.85 -
YUV 154.13 66.42 195.67 -
System Red Green Blue C M Y K H S L
Decimal 249 127 45 0 0.49 0.82 0.02 24.12 0.94 0.58
Hex F9 7F 2D 0 31 52 2 18 5E 3A
Octal 371 177 55 0 61 122 2 30 136 72
Binary 11111001 1111111 101101 0 110001 1010010 10 11000 1011110 111010

Color Harmonies of #F97F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F2D

Black with #F97F2D

Text Example


Text Example

White with #F97F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F2D; }

 p { color: rgb(249,127,45); }

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

background-color css

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

 a { background-color: rgb(249,127,45); }

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

border-color css

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

 span { border-color: rgb(249,127,45); }

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