Html Css Color HEX #FCAF49 My Sin

📋 copy color: '#FCAF49'

red 252 ◦ green 175 ◦ blue 73

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

Shades of My Sin #FCAF49

Tints of My Sin #FCAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

 BLUE value IS 73 (28.91% from 255) = 14.6%

R = 50.4%
G = 35%
B = 14.6%

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

#FCAF49 (or 0xFCAF49) is known color: My Sin. HEX triplet: FC, AF and 49. RGB value is (252,175,73). Sum of RGB (Red+Green+Blue) = 252+175+73=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF49 is #0350B6. Grayscale: #BABABA. Windows color (decimal): -217271 or 4829180. OLE color: 4829180.

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

Color convert

RGB 252 175 73 -
CMYK 0 0.31 0.71 0.01
HSL 34.19º 0.97% 0.64% -
HSV(B) 34.19º 0.71% 0.99% -
XYZ 56.68 51.84 13.32 -
YUV 186.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 252 175 73 0 0.31 0.71 0.01 34.19 0.97 0.64
Hex FC AF 49 0 1F 47 1 22 61 40
Octal 374 257 111 0 37 107 1 42 141 100
Binary 11111100 10101111 1001001 0 11111 1000111 1 100010 1100001 1000000

Color Harmonies of #FCAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF49

Black with #FCAF49

Text Example


Text Example

White with #FCAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF49; }

 p { color: rgb(252,175,73); }

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

background-color css

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

 a { background-color: rgb(252,175,73); }

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

border-color css

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

 span { border-color: rgb(252,175,73); }

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