Html Css Color HEX #FCD57A Salomie

📋 copy color: '#FCD57A'

red 252 ◦ green 213 ◦ blue 122

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

Shades of Salomie #FCD57A

Tints of Salomie #FCD57A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.29%

 BLUE value IS 122 (48.05% from 255) = 20.78%

R = 42.93%
G = 36.29%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD57A (or 0xFCD57A) is known color: Salomie. HEX triplet: FC, D5 and 7A. RGB value is (252,213,122). Sum of RGB (Red+Green+Blue) = 252+213+122=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD57A is #032A85. Grayscale: #D6D6D6. Windows color (decimal): -207494 or 8050172. OLE color: 8050172.

HSL color Cylindrical-coordinate representation of color #FCD57A: hue angle of 42º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCD57A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 122 -
CMYK 0 0.15 0.52 0.01
HSL 42º 0.96% 0.73% -
HSV(B) 42º 0.52% 0.99% -
XYZ 67.45 69.69 28.31 -
YUV 214.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 252 213 122 0 0.15 0.52 0.01 42 0.96 0.73
Hex FC D5 7A 0 F 34 1 2A 60 49
Octal 374 325 172 0 17 64 1 52 140 111
Binary 11111100 11010101 1111010 0 1111 110100 1 101010 1100000 1001001

Color Harmonies of #FCD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD57A

Black with #FCD57A

Text Example


Text Example

White with #FCD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD57A; }

 p { color: rgb(252,213,122); }

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

background-color css

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

 a { background-color: rgb(252,213,122); }

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

border-color css

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

 span { border-color: rgb(252,213,122); }

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