Html Css Color HEX #FCD770 Salomie

📋 copy color: '#FCD770'

red 252 ◦ green 215 ◦ blue 112

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

Shades of Salomie #FCD770

Tints of Salomie #FCD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.13%

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

R = 43.52%
G = 37.13%
B = 19.34%

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

#FCD770 (or 0xFCD770) is known color: Salomie. HEX triplet: FC, D7 and 70. RGB value is (252,215,112). Sum of RGB (Red+Green+Blue) = 252+215+112=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD770 is #03288F. Grayscale: #D6D6D6. Windows color (decimal): -206992 or 7395324. OLE color: 7395324.

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

Color convert

RGB 252 215 112 -
CMYK 0 0.15 0.56 0.01
HSL 44.14º 0.96% 0.71% -
HSV(B) 44.14º 0.56% 0.99% -
XYZ 67.37 70.47 25.38 -
YUV 214.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 252 215 112 0 0.15 0.56 0.01 44.14 0.96 0.71
Hex FC D7 70 0 F 38 1 2C 60 47
Octal 374 327 160 0 17 70 1 54 140 107
Binary 11111100 11010111 1110000 0 1111 111000 1 101100 1100000 1000111

Color Harmonies of #FCD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD770

Black with #FCD770

Text Example


Text Example

White with #FCD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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