Html Css Color HEX #F5763C Burnt Orange

📋 copy color: '#F5763C'

red 245 ◦ green 118 ◦ blue 60

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

Shades of Burnt Orange #F5763C

Tints of Burnt Orange #F5763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 57.92%
G = 27.9%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5763C (or 0xF5763C) is known color: Burnt Orange. HEX triplet: F5, 76 and 3C. RGB value is (245,118,60). Sum of RGB (Red+Green+Blue) = 245+118+60=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5763C is #0A89C3. Grayscale: #959595. Windows color (decimal): -690628 or 3962613. OLE color: 3962613.

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

Color convert

RGB 245 118 60 -
CMYK 0 0.52 0.76 0.04
HSL 18.81º 0.9% 0.6% -
HSV(B) 18.81º 0.76% 0.96% -
XYZ 44.95 32.7 8.22 -
YUV 149.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 245 118 60 0 0.52 0.76 0.04 18.81 0.9 0.6
Hex F5 76 3C 0 34 4C 4 13 5A 3C
Octal 365 166 74 0 64 114 4 23 132 74
Binary 11110101 1110110 111100 0 110100 1001100 100 10011 1011010 111100

Color Harmonies of #F5763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5763C

Black with #F5763C

Text Example


Text Example

White with #F5763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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