Html Css Color HEX #FAD573 Salomie

📋 copy color: '#FAD573'

red 250 ◦ green 213 ◦ blue 115

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

Shades of Salomie #FAD573

Tints of Salomie #FAD573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

 BLUE value IS 115 (45.31% from 255) = 19.9%

R = 43.25%
G = 36.85%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAD573 (or 0xFAD573) is known color: Salomie. HEX triplet: FA, D5 and 73. RGB value is (250,213,115). Sum of RGB (Red+Green+Blue) = 250+213+115=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD573 is #052A8C. Grayscale: #D5D5D5. Windows color (decimal): -338573 or 7591418. OLE color: 7591418.

HSL color Cylindrical-coordinate representation of color #FAD573: hue angle of 43.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAD573 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 115 -
CMYK 0 0.15 0.54 0.02
HSL 43.56º 0.93% 0.72% -
HSV(B) 43.56º 0.54% 0.98% -
XYZ 66.31 69.15 26.07 -
YUV 212.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 250 213 115 0 0.15 0.54 0.02 43.56 0.93 0.72
Hex FA D5 73 0 F 36 2 2C 5D 48
Octal 372 325 163 0 17 66 2 54 135 110
Binary 11111010 11010101 1110011 0 1111 110110 10 101100 1011101 1001000

Color Harmonies of #FAD573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD573

Black with #FAD573

Text Example


Text Example

White with #FAD573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD573; }

 p { color: rgb(250,213,115); }

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

background-color css

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

 a { background-color: rgb(250,213,115); }

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

border-color css

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

 span { border-color: rgb(250,213,115); }

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