Html Css Color HEX #F5752F Burnt Orange

📋 copy color: '#F5752F'

red 245 ◦ green 117 ◦ blue 47

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

Shades of Burnt Orange #F5752F

Tints of Burnt Orange #F5752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 59.9%
G = 28.61%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5752F (or 0xF5752F) is known color: Burnt Orange. HEX triplet: F5, 75 and 2F. RGB value is (245,117,47). Sum of RGB (Red+Green+Blue) = 245+117+47=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5752F is #0A8AD0. Grayscale: #939393. Windows color (decimal): -690897 or 3110389. OLE color: 3110389.

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

Color convert

RGB 245 117 47 -
CMYK 0 0.52 0.81 0.04
HSL 21.21º 0.91% 0.57% -
HSV(B) 21.21º 0.81% 0.96% -
XYZ 44.53 32.34 6.58 -
YUV 147.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 245 117 47 0 0.52 0.81 0.04 21.21 0.91 0.57
Hex F5 75 2F 0 34 51 4 15 5B 39
Octal 365 165 57 0 64 121 4 25 133 71
Binary 11110101 1110101 101111 0 110100 1010001 100 10101 1011011 111001

Color Harmonies of #F5752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5752F

Black with #F5752F

Text Example


Text Example

White with #F5752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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