Html Css Color HEX #FCDA76 Salomie

📋 copy color: '#FCDA76'

red 252 ◦ green 218 ◦ blue 118

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

Shades of Salomie #FCDA76

Tints of Salomie #FCDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.07%

 BLUE value IS 118 (46.48% from 255) = 20.07%

R = 42.86%
G = 37.07%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCDA76 (or 0xFCDA76) is known color: Salomie. HEX triplet: FC, DA and 76. RGB value is (252,218,118). Sum of RGB (Red+Green+Blue) = 252+218+118=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA76 is #032589. Grayscale: #D9D9D9. Windows color (decimal): -206218 or 7789308. OLE color: 7789308.

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

Color convert

RGB 252 218 118 -
CMYK 0 0.13 0.53 0.01
HSL 44.78º 0.96% 0.73% -
HSV(B) 44.78º 0.53% 0.99% -
XYZ 68.49 72.15 27.46 -
YUV 216.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 252 218 118 0 0.13 0.53 0.01 44.78 0.96 0.73
Hex FC DA 76 0 D 35 1 2D 60 49
Octal 374 332 166 0 15 65 1 55 140 111
Binary 11111100 11011010 1110110 0 1101 110101 1 101101 1100000 1001001

Color Harmonies of #FCDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA76

Black with #FCDA76

Text Example


Text Example

White with #FCDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA76; }

 p { color: rgb(252,218,118); }

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

background-color css

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

 a { background-color: rgb(252,218,118); }

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

border-color css

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

 span { border-color: rgb(252,218,118); }

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