Html Css Color HEX #F5752B Burnt Orange

📋 copy color: '#F5752B'

red 245 ◦ green 117 ◦ blue 43

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

Shades of Burnt Orange #F5752B

Tints of Burnt Orange #F5752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.62%

R = 60.49%
G = 28.89%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5752B (or 0xF5752B) is known color: Burnt Orange. HEX triplet: F5, 75 and 2B. RGB value is (245,117,43). Sum of RGB (Red+Green+Blue) = 245+117+43=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5752B is #0A8AD4. Grayscale: #939393. Windows color (decimal): -690901 or 2848245. OLE color: 2848245.

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

Color convert

RGB 245 117 43 -
CMYK 0 0.52 0.82 0.04
HSL 21.98º 0.91% 0.56% -
HSV(B) 21.98º 0.82% 0.96% -
XYZ 44.45 32.31 6.18 -
YUV 146.84 69.41 198.02 -
System Red Green Blue C M Y K H S L
Decimal 245 117 43 0 0.52 0.82 0.04 21.98 0.91 0.56
Hex F5 75 2B 0 34 52 4 16 5B 38
Octal 365 165 53 0 64 122 4 26 133 70
Binary 11110101 1110101 101011 0 110100 1010010 100 10110 1011011 111000

Color Harmonies of #F5752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5752B

Black with #F5752B

Text Example


Text Example

White with #F5752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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