Html Css Color HEX #FC753A Burnt Orange

📋 copy color: '#FC753A'

red 252 ◦ green 117 ◦ blue 58

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

Shades of Burnt Orange #FC753A

Tints of Burnt Orange #FC753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

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

R = 59.02%
G = 27.4%
B = 13.58%

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

#FC753A (or 0xFC753A) is known color: Burnt Orange. HEX triplet: FC, 75 and 3A. RGB value is (252,117,58). Sum of RGB (Red+Green+Blue) = 252+117+58=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC753A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC753A is #038AC5. Grayscale: #979797. Windows color (decimal): -232134 or 3831292. OLE color: 3831292.

HSL color Cylindrical-coordinate representation of color #FC753A: hue angle of 18.25º 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 #FC753A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 117 58 -
CMYK 0 0.54 0.77 0.01
HSL 18.25º 0.97% 0.61% -
HSV(B) 18.25º 0.77% 0.99% -
XYZ 47.27 33.72 8.02 -
YUV 150.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 252 117 58 0 0.54 0.77 0.01 18.25 0.97 0.61
Hex FC 75 3A 0 36 4D 1 12 61 3D
Octal 374 165 72 0 66 115 1 22 141 75
Binary 11111100 1110101 111010 0 110110 1001101 1 10010 1100001 111101

Color Harmonies of #FC753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC753A

Black with #FC753A

Text Example


Text Example

White with #FC753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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