Html Css Color HEX #FAD374 Salomie

📋 copy color: '#FAD374'

red 250 ◦ green 211 ◦ blue 116

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

Shades of Salomie #FAD374

Tints of Salomie #FAD374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.1%

R = 43.33%
G = 36.57%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAD374 (or 0xFAD374) is known color: Salomie. HEX triplet: FA, D3 and 74. RGB value is (250,211,116). Sum of RGB (Red+Green+Blue) = 250+211+116=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD374 is #052C8B. Grayscale: #D4D4D4. Windows color (decimal): -339084 or 7656442. OLE color: 7656442.

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

Color convert

RGB 250 211 116 -
CMYK 0 0.16 0.54 0.02
HSL 42.54º 0.93% 0.72% -
HSV(B) 42.54º 0.54% 0.98% -
XYZ 65.87 68.17 26.21 -
YUV 211.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 250 211 116 0 0.16 0.54 0.02 42.54 0.93 0.72
Hex FA D3 74 0 10 36 2 2B 5D 48
Octal 372 323 164 0 20 66 2 53 135 110
Binary 11111010 11010011 1110100 0 10000 110110 10 101011 1011101 1001000

Color Harmonies of #FAD374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD374

Black with #FAD374

Text Example


Text Example

White with #FAD374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD374; }

 p { color: rgb(250,211,116); }

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

background-color css

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

 a { background-color: rgb(250,211,116); }

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

border-color css

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

 span { border-color: rgb(250,211,116); }

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