Html Css Color HEX #FCD671 Salomie

📋 copy color: '#FCD671'

red 252 ◦ green 214 ◦ blue 113

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

Shades of Salomie #FCD671

Tints of Salomie #FCD671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.52%

R = 43.52%
G = 36.96%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD671 (or 0xFCD671) is known color: Salomie. HEX triplet: FC, D6 and 71. RGB value is (252,214,113). Sum of RGB (Red+Green+Blue) = 252+214+113=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD671 is #03298E. Grayscale: #D6D6D6. Windows color (decimal): -207247 or 7460604. OLE color: 7460604.

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

Color convert

RGB 252 214 113 -
CMYK 0 0.15 0.55 0.01
HSL 43.6º 0.96% 0.72% -
HSV(B) 43.6º 0.55% 0.99% -
XYZ 67.17 69.98 25.59 -
YUV 213.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 252 214 113 0 0.15 0.55 0.01 43.6 0.96 0.72
Hex FC D6 71 0 F 37 1 2C 60 48
Octal 374 326 161 0 17 67 1 54 140 110
Binary 11111100 11010110 1110001 0 1111 110111 1 101100 1100000 1001000

Color Harmonies of #FCD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD671

Black with #FCD671

Text Example


Text Example

White with #FCD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD671; }

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

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

background-color css

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

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

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

border-color css

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

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

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