Html Css Color HEX #FCD67C Salomie

📋 copy color: '#FCD67C'

red 252 ◦ green 214 ◦ blue 124

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

Shades of Salomie #FCD67C

Tints of Salomie #FCD67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.27%

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

R = 42.71%
G = 36.27%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCD67C (or 0xFCD67C) is known color: Salomie. HEX triplet: FC, D6 and 7C. RGB value is (252,214,124). Sum of RGB (Red+Green+Blue) = 252+214+124=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD67C is #032983. Grayscale: #D7D7D7. Windows color (decimal): -207236 or 8181500. OLE color: 8181500.

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

Color convert

RGB 252 214 124 -
CMYK 0 0.15 0.51 0.01
HSL 42.19º 0.96% 0.74% -
HSV(B) 42.19º 0.51% 0.99% -
XYZ 67.83 70.24 29.05 -
YUV 215.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 252 214 124 0 0.15 0.51 0.01 42.19 0.96 0.74
Hex FC D6 7C 0 F 33 1 2A 60 4A
Octal 374 326 174 0 17 63 1 52 140 112
Binary 11111100 11010110 1111100 0 1111 110011 1 101010 1100000 1001010

Color Harmonies of #FCD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD67C

Black with #FCD67C

Text Example


Text Example

White with #FCD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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