Html Css Color HEX #FCD674 Salomie

📋 copy color: '#FCD674'

red 252 ◦ green 214 ◦ blue 116

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

Shades of Salomie #FCD674

Tints of Salomie #FCD674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.93%

R = 43.3%
G = 36.77%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD674 (or 0xFCD674) is known color: Salomie. HEX triplet: FC, D6 and 74. RGB value is (252,214,116). Sum of RGB (Red+Green+Blue) = 252+214+116=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD674 is #03298B. Grayscale: #D6D6D6. Windows color (decimal): -207244 or 7657212. OLE color: 7657212.

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

Color convert

RGB 252 214 116 -
CMYK 0 0.15 0.54 0.01
HSL 43.24º 0.96% 0.72% -
HSV(B) 43.24º 0.54% 0.99% -
XYZ 67.34 70.05 26.49 -
YUV 214.19 72.59 154.97 -
System Red Green Blue C M Y K H S L
Decimal 252 214 116 0 0.15 0.54 0.01 43.24 0.96 0.72
Hex FC D6 74 0 F 36 1 2B 60 48
Octal 374 326 164 0 17 66 1 53 140 110
Binary 11111100 11010110 1110100 0 1111 110110 1 101011 1100000 1001000

Color Harmonies of #FCD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD674

Black with #FCD674

Text Example


Text Example

White with #FCD674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD674; }

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

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

background-color css

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

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

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

border-color css

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

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

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