Html Css Color HEX #FDD37C Salomie

📋 copy color: '#FDD37C'

red 253 ◦ green 211 ◦ blue 124

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

Shades of Salomie #FDD37C

Tints of Salomie #FDD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.88%

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

R = 43.03%
G = 35.88%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD37C (or 0xFDD37C) is known color: Salomie. HEX triplet: FD, D3 and 7C. RGB value is (253,211,124). Sum of RGB (Red+Green+Blue) = 253+211+124=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD37C is #022C83. Grayscale: #D6D6D6. Windows color (decimal): -142468 or 8180733. OLE color: 8180733.

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

Color convert

RGB 253 211 124 -
CMYK 0 0.17 0.51 0.01
HSL 40.47º 0.97% 0.74% -
HSV(B) 40.47º 0.51% 0.99% -
XYZ 67.44 68.93 28.82 -
YUV 213.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 253 211 124 0 0.17 0.51 0.01 40.47 0.97 0.74
Hex FD D3 7C 0 11 33 1 28 61 4A
Octal 375 323 174 0 21 63 1 50 141 112
Binary 11111101 11010011 1111100 0 10001 110011 1 101000 1100001 1001010

Color Harmonies of #FDD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD37C

Black with #FDD37C

Text Example


Text Example

White with #FDD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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