Html Css Color HEX #FCD670 Salomie

📋 copy color: '#FCD670'

red 252 ◦ green 214 ◦ blue 112

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

Shades of Salomie #FCD670

Tints of Salomie #FCD670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.38%

R = 43.6%
G = 37.02%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD670 (or 0xFCD670) is known color: Salomie. HEX triplet: FC, D6 and 70. RGB value is (252,214,112). Sum of RGB (Red+Green+Blue) = 252+214+112=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD670 is #03298F. Grayscale: #D6D6D6. Windows color (decimal): -207248 or 7395068. OLE color: 7395068.

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

Color convert

RGB 252 214 112 -
CMYK 0 0.15 0.56 0.01
HSL 43.71º 0.96% 0.71% -
HSV(B) 43.71º 0.56% 0.99% -
XYZ 67.12 69.96 25.3 -
YUV 213.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 252 214 112 0 0.15 0.56 0.01 43.71 0.96 0.71
Hex FC D6 70 0 F 38 1 2C 60 47
Octal 374 326 160 0 17 70 1 54 140 107
Binary 11111100 11010110 1110000 0 1111 111000 1 101100 1100000 1000111

Color Harmonies of #FCD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD670

Black with #FCD670

Text Example


Text Example

White with #FCD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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