Html Css Color HEX #F97C2D Burnt Orange

📋 copy color: '#F97C2D'

red 249 ◦ green 124 ◦ blue 45

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

Shades of Burnt Orange #F97C2D

Tints of Burnt Orange #F97C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

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

R = 59.57%
G = 29.67%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F97C2D (or 0xF97C2D) is known color: Burnt Orange. HEX triplet: F9, 7C and 2D. RGB value is (249,124,45). Sum of RGB (Red+Green+Blue) = 249+124+45=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97C2D is #0683D2. Grayscale: #989898. Windows color (decimal): -426963 or 2981113. OLE color: 2981113.

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

Color convert

RGB 249 124 45 -
CMYK 0 0.50 0.82 0.02
HSL 23.24º 0.94% 0.58% -
HSV(B) 23.24º 0.82% 0.98% -
XYZ 46.75 34.74 6.73 -
YUV 152.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 249 124 45 0 0.50 0.82 0.02 23.24 0.94 0.58
Hex F9 7C 2D 0 32 52 2 17 5E 3A
Octal 371 174 55 0 62 122 2 27 136 72
Binary 11111001 1111100 101101 0 110010 1010010 10 10111 1011110 111010

Color Harmonies of #F97C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C2D

Black with #F97C2D

Text Example


Text Example

White with #F97C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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