Html Css Color HEX #F97B2D Burnt Orange

📋 copy color: '#F97B2D'

red 249 ◦ green 123 ◦ blue 45

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

Shades of Burnt Orange #F97B2D

Tints of Burnt Orange #F97B2D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

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

R = 59.71%
G = 29.5%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F97B2D (or 0xF97B2D) is known color: Burnt Orange. HEX triplet: F9, 7B and 2D. RGB value is (249,123,45). Sum of RGB (Red+Green+Blue) = 249+123+45=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97B2D is #0684D2. Grayscale: #989898. Windows color (decimal): -427219 or 2980857. OLE color: 2980857.

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

Color convert

RGB 249 123 45 -
CMYK 0 0.51 0.82 0.02
HSL 22.94º 0.94% 0.58% -
HSV(B) 22.94º 0.82% 0.98% -
XYZ 46.62 34.5 6.68 -
YUV 151.78 67.74 197.34 -
System Red Green Blue C M Y K H S L
Decimal 249 123 45 0 0.51 0.82 0.02 22.94 0.94 0.58
Hex F9 7B 2D 0 33 52 2 17 5E 3A
Octal 371 173 55 0 63 122 2 27 136 72
Binary 11111001 1111011 101101 0 110011 1010010 10 10111 1011110 111010

Color Harmonies of #F97B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97B2D

Black with #F97B2D

Text Example


Text Example

White with #F97B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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