Html Css Color HEX #FC733D Burnt Orange

📋 copy color: '#FC733D'

red 252 ◦ green 115 ◦ blue 61

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

Shades of Burnt Orange #FC733D

Tints of Burnt Orange #FC733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 58.88%
G = 26.87%
B = 14.25%

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

#FC733D (or 0xFC733D) is known color: Burnt Orange. HEX triplet: FC, 73 and 3D. RGB value is (252,115,61). Sum of RGB (Red+Green+Blue) = 252+115+61=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC733D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC733D is #038CC2. Grayscale: #969696. Windows color (decimal): -232643 or 4027388. OLE color: 4027388.

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

Color convert

RGB 252 115 61 -
CMYK 0 0.54 0.76 0.01
HSL 16.96º 0.97% 0.61% -
HSV(B) 16.96º 0.76% 0.99% -
XYZ 47.12 33.29 8.36 -
YUV 149.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 252 115 61 0 0.54 0.76 0.01 16.96 0.97 0.61
Hex FC 73 3D 0 36 4C 1 11 61 3D
Octal 374 163 75 0 66 114 1 21 141 75
Binary 11111100 1110011 111101 0 110110 1001100 1 10001 1100001 111101

Color Harmonies of #FC733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC733D

Black with #FC733D

Text Example


Text Example

White with #FC733D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC733D; }

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

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

background-color css

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

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

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

border-color css

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

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

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