Html Css Color HEX #FC733C Burnt Orange

📋 copy color: '#FC733C'

red 252 ◦ green 115 ◦ blue 60

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

Shades of Burnt Orange #FC733C

Tints of Burnt Orange #FC733C

RGB

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

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

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

R = 59.02%
G = 26.93%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC733C (or 0xFC733C) is known color: Burnt Orange. HEX triplet: FC, 73 and 3C. RGB value is (252,115,60). Sum of RGB (Red+Green+Blue) = 252+115+60=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC733C is #038CC3. Grayscale: #969696. Windows color (decimal): -232644 or 3961852. OLE color: 3961852.

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

Color convert

RGB 252 115 60 -
CMYK 0 0.54 0.76 0.01
HSL 17.19º 0.97% 0.61% -
HSV(B) 17.19º 0.76% 0.99% -
XYZ 47.09 33.28 8.22 -
YUV 149.69 77.39 200.97 -
System Red Green Blue C M Y K H S L
Decimal 252 115 60 0 0.54 0.76 0.01 17.19 0.97 0.61
Hex FC 73 3C 0 36 4C 1 11 61 3D
Octal 374 163 74 0 66 114 1 21 141 75
Binary 11111100 1110011 111100 0 110110 1001100 1 10001 1100001 111101

Color Harmonies of #FC733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC733C

Black with #FC733C

Text Example


Text Example

White with #FC733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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