Html Css Color HEX #FAD473 Salomie

📋 copy color: '#FAD473'

red 250 ◦ green 212 ◦ blue 115

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

Shades of Salomie #FAD473

Tints of Salomie #FAD473

RGB

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

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

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

R = 43.33%
G = 36.74%
B = 19.93%

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

#FAD473 (or 0xFAD473) is known color: Salomie. HEX triplet: FA, D4 and 73. RGB value is (250,212,115). Sum of RGB (Red+Green+Blue) = 250+212+115=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD473 is #052B8C. Grayscale: #D4D4D4. Windows color (decimal): -338829 or 7591162. OLE color: 7591162.

HSL color Cylindrical-coordinate representation of color #FAD473: hue angle of 43.11º 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 #FAD473 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 115 -
CMYK 0 0.15 0.54 0.02
HSL 43.11º 0.93% 0.72% -
HSV(B) 43.11º 0.54% 0.98% -
XYZ 66.06 68.65 25.99 -
YUV 212.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 250 212 115 0 0.15 0.54 0.02 43.11 0.93 0.72
Hex FA D4 73 0 F 36 2 2B 5D 48
Octal 372 324 163 0 17 66 2 53 135 110
Binary 11111010 11010100 1110011 0 1111 110110 10 101011 1011101 1001000

Color Harmonies of #FAD473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD473

Black with #FAD473

Text Example


Text Example

White with #FAD473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD473; }

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

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

background-color css

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

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

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

border-color css

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

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

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