Html Css Color HEX #FC733A Burnt Orange

📋 copy color: '#FC733A'

red 252 ◦ green 115 ◦ blue 58

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

Shades of Burnt Orange #FC733A

Tints of Burnt Orange #FC733A

RGB

 RED value IS 252 (98.83% from 255) = 59.29%

 GREEN value IS 115 (45.31% from 255) = 27.06%

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

R = 59.29%
G = 27.06%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC733A (or 0xFC733A) is known color: Burnt Orange. HEX triplet: FC, 73 and 3A. RGB value is (252,115,58). Sum of RGB (Red+Green+Blue) = 252+115+58=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC733A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC733A is #038CC5. Grayscale: #959595. Windows color (decimal): -232646 or 3830780. OLE color: 3830780.

HSL color Cylindrical-coordinate representation of color #FC733A: hue angle of 17.63º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC733A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 58 -
CMYK 0 0.54 0.77 0.01
HSL 17.63º 0.97% 0.61% -
HSV(B) 17.63º 0.77% 0.99% -
XYZ 47.04 33.26 7.94 -
YUV 149.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 252 115 58 0 0.54 0.77 0.01 17.63 0.97 0.61
Hex FC 73 3A 0 36 4D 1 12 61 3D
Octal 374 163 72 0 66 115 1 22 141 75
Binary 11111100 1110011 111010 0 110110 1001101 1 10010 1100001 111101

Color Harmonies of #FC733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC733A

Black with #FC733A

Text Example


Text Example

White with #FC733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC733A; }

 p { color: rgb(252,115,58); }

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

background-color css

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

 a { background-color: rgb(252,115,58); }

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

border-color css

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

 span { border-color: rgb(252,115,58); }

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