Html Css Color HEX #FDD47C Salomie

📋 copy color: '#FDD47C'

red 253 ◦ green 212 ◦ blue 124

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

Shades of Salomie #FDD47C

Tints of Salomie #FDD47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.99%

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

R = 42.95%
G = 35.99%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD47C (or 0xFDD47C) is known color: Salomie. HEX triplet: FD, D4 and 7C. RGB value is (253,212,124). Sum of RGB (Red+Green+Blue) = 253+212+124=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD47C is #022B83. Grayscale: #D6D6D6. Windows color (decimal): -142212 or 8180989. OLE color: 8180989.

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

Color convert

RGB 253 212 124 -
CMYK 0 0.16 0.51 0.01
HSL 40.93º 0.97% 0.74% -
HSV(B) 40.93º 0.51% 0.99% -
XYZ 67.69 69.42 28.9 -
YUV 214.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 253 212 124 0 0.16 0.51 0.01 40.93 0.97 0.74
Hex FD D4 7C 0 10 33 1 29 61 4A
Octal 375 324 174 0 20 63 1 51 141 112
Binary 11111101 11010100 1111100 0 10000 110011 1 101001 1100001 1001010

Color Harmonies of #FDD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD47C

Black with #FDD47C

Text Example


Text Example

White with #FDD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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