Html Css Color HEX #F57D2F Burnt Orange

📋 copy color: '#F57D2F'

red 245 ◦ green 125 ◦ blue 47

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

Shades of Burnt Orange #F57D2F

Tints of Burnt Orange #F57D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 58.75%
G = 29.98%
B = 11.27%

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

#F57D2F (or 0xF57D2F) is known color: Burnt Orange. HEX triplet: F5, 7D and 2F. RGB value is (245,125,47). Sum of RGB (Red+Green+Blue) = 245+125+47=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57D2F is #0A82D0. Grayscale: #989898. Windows color (decimal): -688849 or 3112437. OLE color: 3112437.

HSL color Cylindrical-coordinate representation of color #F57D2F: hue angle of 23.64º 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 #F57D2F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 125 47 -
CMYK 0 0.49 0.81 0.04
HSL 23.64º 0.91% 0.57% -
HSV(B) 23.64º 0.81% 0.96% -
XYZ 45.5 34.28 6.91 -
YUV 151.99 68.76 194.34 -
System Red Green Blue C M Y K H S L
Decimal 245 125 47 0 0.49 0.81 0.04 23.64 0.91 0.57
Hex F5 7D 2F 0 31 51 4 18 5B 39
Octal 365 175 57 0 61 121 4 30 133 71
Binary 11110101 1111101 101111 0 110001 1010001 100 11000 1011011 111001

Color Harmonies of #F57D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D2F

Black with #F57D2F

Text Example


Text Example

White with #F57D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D2F; }

 p { color: rgb(245,125,47); }

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

background-color css

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

 a { background-color: rgb(245,125,47); }

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

border-color css

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

 span { border-color: rgb(245,125,47); }

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