Html Css Color HEX #FCAE4A My Sin

📋 copy color: '#FCAE4A'

red 252 ◦ green 174 ◦ blue 74

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

Shades of My Sin #FCAE4A

Tints of My Sin #FCAE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 50.4%
G = 34.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCAE4A (or 0xFCAE4A) is known color: My Sin. HEX triplet: FC, AE and 4A. RGB value is (252,174,74). Sum of RGB (Red+Green+Blue) = 252+174+74=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAE4A is #0351B5. Grayscale: #BABABA. Windows color (decimal): -217526 or 4894460. OLE color: 4894460.

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

Color convert

RGB 252 174 74 -
CMYK 0 0.31 0.71 0.01
HSL 33.71º 0.97% 0.64% -
HSV(B) 33.71º 0.71% 0.99% -
XYZ 56.52 51.46 13.43 -
YUV 185.92 64.84 175.13 -
System Red Green Blue C M Y K H S L
Decimal 252 174 74 0 0.31 0.71 0.01 33.71 0.97 0.64
Hex FC AE 4A 0 1F 47 1 22 61 40
Octal 374 256 112 0 37 107 1 42 141 100
Binary 11111100 10101110 1001010 0 11111 1000111 1 100010 1100001 1000000

Color Harmonies of #FCAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE4A

Black with #FCAE4A

Text Example


Text Example

White with #FCAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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