Html Css Color HEX #FCAE4D My Sin

📋 copy color: '#FCAE4D'

red 252 ◦ green 174 ◦ blue 77

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

Shades of My Sin #FCAE4D

Tints of My Sin #FCAE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

 BLUE value IS 77 (30.47% from 255) = 15.31%

R = 50.1%
G = 34.59%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCAE4D (or 0xFCAE4D) is known color: My Sin. HEX triplet: FC, AE and 4D. RGB value is (252,174,77). Sum of RGB (Red+Green+Blue) = 252+174+77=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE4D is #0351B2. Grayscale: #BABABA. Windows color (decimal): -217523 or 5091068. OLE color: 5091068.

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

Color convert

RGB 252 174 77 -
CMYK 0 0.31 0.69 0.01
HSL 33.26º 0.97% 0.65% -
HSV(B) 33.26º 0.69% 0.99% -
XYZ 56.62 51.5 13.98 -
YUV 186.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 252 174 77 0 0.31 0.69 0.01 33.26 0.97 0.65
Hex FC AE 4D 0 1F 45 1 21 61 41
Octal 374 256 115 0 37 105 1 41 141 101
Binary 11111100 10101110 1001101 0 11111 1000101 1 100001 1100001 1000001

Color Harmonies of #FCAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE4D

Black with #FCAE4D

Text Example


Text Example

White with #FCAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE4D; }

 p { color: rgb(252,174,77); }

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

background-color css

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

 a { background-color: rgb(252,174,77); }

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

border-color css

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

 span { border-color: rgb(252,174,77); }

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