Html Css Color HEX #F97B2E Burnt Orange

📋 copy color: '#F97B2E'

red 249 ◦ green 123 ◦ blue 46

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

Shades of Burnt Orange #F97B2E

Tints of Burnt Orange #F97B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11%

R = 59.57%
G = 29.43%
B = 11%

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

#F97B2E (or 0xF97B2E) is known color: Burnt Orange. HEX triplet: F9, 7B and 2E. RGB value is (249,123,46). Sum of RGB (Red+Green+Blue) = 249+123+46=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97B2E is #0684D1. Grayscale: #989898. Windows color (decimal): -427218 or 3046393. OLE color: 3046393.

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

Color convert

RGB 249 123 46 -
CMYK 0 0.51 0.82 0.02
HSL 22.76º 0.94% 0.58% -
HSV(B) 22.76º 0.82% 0.98% -
XYZ 46.64 34.5 6.79 -
YUV 151.9 68.24 197.26 -
System Red Green Blue C M Y K H S L
Decimal 249 123 46 0 0.51 0.82 0.02 22.76 0.94 0.58
Hex F9 7B 2E 0 33 52 2 17 5E 3A
Octal 371 173 56 0 63 122 2 27 136 72
Binary 11111001 1111011 101110 0 110011 1010010 10 10111 1011110 111010

Color Harmonies of #F97B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97B2E

Black with #F97B2E

Text Example


Text Example

White with #F97B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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