Html Css Color HEX #F57E2E Burnt Orange

📋 copy color: '#F57E2E'

red 245 ◦ green 126 ◦ blue 46

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

Shades of Burnt Orange #F57E2E

Tints of Burnt Orange #F57E2E

RGB

 RED value IS 245 (96.09% from 255) = 58.75%

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 58.75%
G = 30.22%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F57E2E (or 0xF57E2E) is known color: Burnt Orange. HEX triplet: F5, 7E and 2E. RGB value is (245,126,46). Sum of RGB (Red+Green+Blue) = 245+126+46=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57E2E is #0A81D1. Grayscale: #989898. Windows color (decimal): -688594 or 3047157. OLE color: 3047157.

HSL color Cylindrical-coordinate representation of color #F57E2E: hue angle of 24.12º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F57E2E is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 126 46 -
CMYK 0 0.49 0.81 0.04
HSL 24.12º 0.91% 0.57% -
HSV(B) 24.12º 0.81% 0.96% -
XYZ 45.61 34.53 6.85 -
YUV 152.46 67.92 194 -
System Red Green Blue C M Y K H S L
Decimal 245 126 46 0 0.49 0.81 0.04 24.12 0.91 0.57
Hex F5 7E 2E 0 31 51 4 18 5B 39
Octal 365 176 56 0 61 121 4 30 133 71
Binary 11110101 1111110 101110 0 110001 1010001 100 11000 1011011 111001

Color Harmonies of #F57E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57E2E

Black with #F57E2E

Text Example


Text Example

White with #F57E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57E2E; }

 p { color: rgb(245,126,46); }

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

background-color css

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

 a { background-color: rgb(245,126,46); }

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

border-color css

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

 span { border-color: rgb(245,126,46); }

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