Html Css Color HEX #F5752E Burnt Orange

📋 copy color: '#F5752E'

red 245 ◦ green 117 ◦ blue 46

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

Shades of Burnt Orange #F5752E

Tints of Burnt Orange #F5752E

RGB

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

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

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

R = 60.05%
G = 28.68%
B = 11.27%

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

#F5752E (or 0xF5752E) is known color: Burnt Orange. HEX triplet: F5, 75 and 2E. RGB value is (245,117,46). Sum of RGB (Red+Green+Blue) = 245+117+46=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5752E is #0A8AD1. Grayscale: #939393. Windows color (decimal): -690898 or 3044853. OLE color: 3044853.

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

Color convert

RGB 245 117 46 -
CMYK 0 0.52 0.81 0.04
HSL 21.41º 0.91% 0.57% -
HSV(B) 21.41º 0.81% 0.96% -
XYZ 44.51 32.33 6.48 -
YUV 147.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 245 117 46 0 0.52 0.81 0.04 21.41 0.91 0.57
Hex F5 75 2E 0 34 51 4 15 5B 39
Octal 365 165 56 0 64 121 4 25 133 71
Binary 11110101 1110101 101110 0 110100 1010001 100 10101 1011011 111001

Color Harmonies of #F5752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5752E

Black with #F5752E

Text Example


Text Example

White with #F5752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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