Html Css Color HEX #F5763A Burnt Orange

📋 copy color: '#F5763A'

red 245 ◦ green 118 ◦ blue 58

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

Shades of Burnt Orange #F5763A

Tints of Burnt Orange #F5763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.78%

R = 58.19%
G = 28.03%
B = 13.78%

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

#F5763A (or 0xF5763A) is known color: Burnt Orange. HEX triplet: F5, 76 and 3A. RGB value is (245,118,58). Sum of RGB (Red+Green+Blue) = 245+118+58=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5763A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5763A is #0A89C5. Grayscale: #959595. Windows color (decimal): -690630 or 3831541. OLE color: 3831541.

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

Color convert

RGB 245 118 58 -
CMYK 0 0.52 0.76 0.04
HSL 19.25º 0.9% 0.59% -
HSV(B) 19.25º 0.76% 0.96% -
XYZ 44.9 32.67 7.94 -
YUV 149.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 245 118 58 0 0.52 0.76 0.04 19.25 0.9 0.59
Hex F5 76 3A 0 34 4C 4 13 5A 3B
Octal 365 166 72 0 64 114 4 23 132 73
Binary 11110101 1110110 111010 0 110100 1001100 100 10011 1011010 111011

Color Harmonies of #F5763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5763A

Black with #F5763A

Text Example


Text Example

White with #F5763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5763A; }

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

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

background-color css

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

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

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

border-color css

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

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

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