Html Css Color HEX #F5762C Burnt Orange

📋 copy color: '#F5762C'

red 245 ◦ green 118 ◦ blue 44

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

Shades of Burnt Orange #F5762C

Tints of Burnt Orange #F5762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 60.2%
G = 28.99%
B = 10.81%

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

#F5762C (or 0xF5762C) is known color: Burnt Orange. HEX triplet: F5, 76 and 2C. RGB value is (245,118,44). Sum of RGB (Red+Green+Blue) = 245+118+44=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5762C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5762C is #0A89D3. Grayscale: #939393. Windows color (decimal): -690644 or 2914037. OLE color: 2914037.

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

Color convert

RGB 245 118 44 -
CMYK 0 0.52 0.82 0.04
HSL 22.09º 0.91% 0.57% -
HSV(B) 22.09º 0.82% 0.96% -
XYZ 44.59 32.55 6.32 -
YUV 147.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 245 118 44 0 0.52 0.82 0.04 22.09 0.91 0.57
Hex F5 76 2C 0 34 52 4 16 5B 39
Octal 365 166 54 0 64 122 4 26 133 71
Binary 11110101 1110110 101100 0 110100 1010010 100 10110 1011011 111001

Color Harmonies of #F5762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5762C

Black with #F5762C

Text Example


Text Example

White with #F5762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5762C; }

 p { color: rgb(245,118,44); }

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

background-color css

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

 a { background-color: rgb(245,118,44); }

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

border-color css

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

 span { border-color: rgb(245,118,44); }

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