Html Css Color HEX #F97D3A Burnt Orange

📋 copy color: '#F97D3A'

red 249 ◦ green 125 ◦ blue 58

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

Shades of Burnt Orange #F97D3A

Tints of Burnt Orange #F97D3A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 57.64%
G = 28.94%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F97D3A (or 0xF97D3A) is known color: Burnt Orange. HEX triplet: F9, 7D and 3A. RGB value is (249,125,58). Sum of RGB (Red+Green+Blue) = 249+125+58=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97D3A is #0682C5. Grayscale: #9A9A9A. Windows color (decimal): -426694 or 3833337. OLE color: 3833337.

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

Color convert

RGB 249 125 58 -
CMYK 0 0.50 0.77 0.02
HSL 21.05º 0.94% 0.6% -
HSV(B) 21.05º 0.77% 0.98% -
XYZ 47.16 35.11 8.29 -
YUV 154.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 249 125 58 0 0.50 0.77 0.02 21.05 0.94 0.6
Hex F9 7D 3A 0 32 4D 2 15 5E 3C
Octal 371 175 72 0 62 115 2 25 136 74
Binary 11111001 1111101 111010 0 110010 1001101 10 10101 1011110 111100

Color Harmonies of #F97D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97D3A

Black with #F97D3A

Text Example


Text Example

White with #F97D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97D3A; }

 p { color: rgb(249,125,58); }

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

background-color css

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

 a { background-color: rgb(249,125,58); }

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

border-color css

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

 span { border-color: rgb(249,125,58); }

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