Html Css Color HEX #F5773C Burnt Orange

📋 copy color: '#F5773C'

red 245 ◦ green 119 ◦ blue 60

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

Shades of Burnt Orange #F5773C

Tints of Burnt Orange #F5773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 57.78%
G = 28.07%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5773C (or 0xF5773C) is known color: Burnt Orange. HEX triplet: F5, 77 and 3C. RGB value is (245,119,60). Sum of RGB (Red+Green+Blue) = 245+119+60=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5773C is #0A88C3. Grayscale: #969696. Windows color (decimal): -690372 or 3962869. OLE color: 3962869.

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

Color convert

RGB 245 119 60 -
CMYK 0 0.51 0.76 0.04
HSL 19.14º 0.9% 0.6% -
HSV(B) 19.14º 0.76% 0.96% -
XYZ 45.07 32.93 8.26 -
YUV 149.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 245 119 60 0 0.51 0.76 0.04 19.14 0.9 0.6
Hex F5 77 3C 0 33 4C 4 13 5A 3C
Octal 365 167 74 0 63 114 4 23 132 74
Binary 11110101 1110111 111100 0 110011 1001100 100 10011 1011010 111100

Color Harmonies of #F5773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5773C

Black with #F5773C

Text Example


Text Example

White with #F5773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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