Html Css Color HEX #FCD07C Salomie

📋 copy color: '#FCD07C'

red 252 ◦ green 208 ◦ blue 124

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

Shades of Salomie #FCD07C

Tints of Salomie #FCD07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

 BLUE value IS 124 (48.83% from 255) = 21.23%

R = 43.15%
G = 35.62%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCD07C (or 0xFCD07C) is known color: Salomie. HEX triplet: FC, D0 and 7C. RGB value is (252,208,124). Sum of RGB (Red+Green+Blue) = 252+208+124=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD07C is #032F83. Grayscale: #D3D3D3. Windows color (decimal): -208772 or 8179964. OLE color: 8179964.

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

Color convert

RGB 252 208 124 -
CMYK 0 0.17 0.51 0.01
HSL 39.38º 0.96% 0.74% -
HSV(B) 39.38º 0.51% 0.99% -
XYZ 66.34 67.26 28.56 -
YUV 211.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 252 208 124 0 0.17 0.51 0.01 39.38 0.96 0.74
Hex FC D0 7C 0 11 33 1 27 60 4A
Octal 374 320 174 0 21 63 1 47 140 112
Binary 11111100 11010000 1111100 0 10001 110011 1 100111 1100000 1001010

Color Harmonies of #FCD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD07C

Black with #FCD07C

Text Example


Text Example

White with #FCD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD07C; }

 p { color: rgb(252,208,124); }

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

background-color css

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

 a { background-color: rgb(252,208,124); }

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

border-color css

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

 span { border-color: rgb(252,208,124); }

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