Html Css Color HEX #FCD27F Salomie

📋 copy color: '#FCD27F'

red 252 ◦ green 210 ◦ blue 127

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

Shades of Salomie #FCD27F

Tints of Salomie #FCD27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.56%

R = 42.78%
G = 35.65%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCD27F (or 0xFCD27F) is known color: Salomie. HEX triplet: FC, D2 and 7F. RGB value is (252,210,127). Sum of RGB (Red+Green+Blue) = 252+210+127=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD27F is #032D80. Grayscale: #D5D5D5. Windows color (decimal): -208257 or 8377084. OLE color: 8377084.

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

Color convert

RGB 252 210 127 -
CMYK 0 0.17 0.50 0.01
HSL 39.84º 0.95% 0.74% -
HSV(B) 39.84º 0.5% 0.99% -
XYZ 67.02 68.32 29.73 -
YUV 213.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 252 210 127 0 0.17 0.50 0.01 39.84 0.95 0.74
Hex FC D2 7F 0 11 32 1 28 5F 4A
Octal 374 322 177 0 21 62 1 50 137 112
Binary 11111100 11010010 1111111 0 10001 110010 1 101000 1011111 1001010

Color Harmonies of #FCD27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD27F

Black with #FCD27F

Text Example


Text Example

White with #FCD27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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