Html Css Color HEX #FC733F Burnt Orange

📋 copy color: '#FC733F'

red 252 ◦ green 115 ◦ blue 63

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

Shades of Burnt Orange #FC733F

Tints of Burnt Orange #FC733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.65%

R = 58.6%
G = 26.74%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC733F (or 0xFC733F) is known color: Burnt Orange. HEX triplet: FC, 73 and 3F. RGB value is (252,115,63). Sum of RGB (Red+Green+Blue) = 252+115+63=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC733F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC733F is #038CC0. Grayscale: #969696. Windows color (decimal): -232641 or 4158460. OLE color: 4158460.

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

Color convert

RGB 252 115 63 -
CMYK 0 0.54 0.75 0.01
HSL 16.51º 0.97% 0.62% -
HSV(B) 16.51º 0.75% 0.99% -
XYZ 47.17 33.32 8.65 -
YUV 150.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 252 115 63 0 0.54 0.75 0.01 16.51 0.97 0.62
Hex FC 73 3F 0 36 4B 1 11 61 3E
Octal 374 163 77 0 66 113 1 21 141 76
Binary 11111100 1110011 111111 0 110110 1001011 1 10001 1100001 111110

Color Harmonies of #FC733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC733F

Black with #FC733F

Text Example


Text Example

White with #FC733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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