Html Css Color HEX #FDD87C Salomie

📋 copy color: '#FDD87C'

red 253 ◦ green 216 ◦ blue 124

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

Shades of Salomie #FDD87C

Tints of Salomie #FDD87C

RGB

 RED value IS 253 (99.22% from 255) = 42.66%

 GREEN value IS 216 (84.77% from 255) = 36.42%

 BLUE value IS 124 (48.83% from 255) = 20.91%

R = 42.66%
G = 36.42%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD87C (or 0xFDD87C) is known color: Salomie. HEX triplet: FD, D8 and 7C. RGB value is (253,216,124). Sum of RGB (Red+Green+Blue) = 253+216+124=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD87C is #022783. Grayscale: #D8D8D8. Windows color (decimal): -141188 or 8182013. OLE color: 8182013.

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

Color convert

RGB 253 216 124 -
CMYK 0 0.15 0.51 0.01
HSL 42.79º 0.97% 0.74% -
HSV(B) 42.79º 0.51% 0.99% -
XYZ 68.7 71.45 29.24 -
YUV 216.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 253 216 124 0 0.15 0.51 0.01 42.79 0.97 0.74
Hex FD D8 7C 0 F 33 1 2B 61 4A
Octal 375 330 174 0 17 63 1 53 141 112
Binary 11111101 11011000 1111100 0 1111 110011 1 101011 1100001 1001010

Color Harmonies of #FDD87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD87C

Black with #FDD87C

Text Example


Text Example

White with #FDD87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD87C; }

 p { color: rgb(253,216,124); }

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

background-color css

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

 a { background-color: rgb(253,216,124); }

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

border-color css

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

 span { border-color: rgb(253,216,124); }

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