Html Css Color HEX #FAD17D Salomie

📋 copy color: '#FAD17D'

red 250 ◦ green 209 ◦ blue 125

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

Shades of Salomie #FAD17D

Tints of Salomie #FAD17D

RGB

 RED value IS 250 (98.05% from 255) = 42.81%

 GREEN value IS 209 (82.03% from 255) = 35.79%

 BLUE value IS 125 (49.22% from 255) = 21.4%

R = 42.81%
G = 35.79%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAD17D (or 0xFAD17D) is known color: Salomie. HEX triplet: FA, D1 and 7D. RGB value is (250,209,125). Sum of RGB (Red+Green+Blue) = 250+209+125=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD17D is #052E82. Grayscale: #D4D4D4. Windows color (decimal): -339587 or 8245754. OLE color: 8245754.

HSL color Cylindrical-coordinate representation of color #FAD17D: hue angle of 40.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD17D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 209 125 -
CMYK 0 0.16 0.50 0.02
HSL 40.32º 0.93% 0.74% -
HSV(B) 40.32º 0.5% 0.98% -
XYZ 65.93 67.41 28.94 -
YUV 211.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 250 209 125 0 0.16 0.50 0.02 40.32 0.93 0.74
Hex FA D1 7D 0 10 32 2 28 5D 4A
Octal 372 321 175 0 20 62 2 50 135 112
Binary 11111010 11010001 1111101 0 10000 110010 10 101000 1011101 1001010

Color Harmonies of #FAD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD17D

Black with #FAD17D

Text Example


Text Example

White with #FAD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD17D; }

 p { color: rgb(250,209,125); }

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

background-color css

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

 a { background-color: rgb(250,209,125); }

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

border-color css

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

 span { border-color: rgb(250,209,125); }

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