Html Css Color HEX #FCD280 Salomie

📋 copy color: '#FCD280'

red 252 ◦ green 210 ◦ blue 128

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

Shades of Salomie #FCD280

Tints of Salomie #FCD280

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.59%

 BLUE value IS 128 (50.39% from 255) = 21.69%

R = 42.71%
G = 35.59%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCD280 (or 0xFCD280) is known color: Salomie. HEX triplet: FC, D2 and 80. RGB value is (252,210,128). Sum of RGB (Red+Green+Blue) = 252+210+128=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD280 is #032D7F. Grayscale: #D5D5D5. Windows color (decimal): -208256 or 8442620. OLE color: 8442620.

HSL color Cylindrical-coordinate representation of color #FCD280: hue angle of 39.68º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCD280 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 210 128 -
CMYK 0 0.17 0.49 0.01
HSL 39.68º 0.95% 0.75% -
HSV(B) 39.68º 0.49% 0.99% -
XYZ 67.09 68.35 30.08 -
YUV 213.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 252 210 128 0 0.17 0.49 0.01 39.68 0.95 0.75
Hex FC D2 80 0 11 31 1 28 5F 4B
Octal 374 322 200 0 21 61 1 50 137 113
Binary 11111100 11010010 10000000 0 10001 110001 1 101000 1011111 1001011

Color Harmonies of #FCD280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD280

Black with #FCD280

Text Example


Text Example

White with #FCD280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD280; }

 p { color: rgb(252,210,128); }

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

background-color css

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

 a { background-color: rgb(252,210,128); }

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

border-color css

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

 span { border-color: rgb(252,210,128); }

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