Html Css Color HEX #FDD573 Salomie

📋 copy color: '#FDD573'

red 253 ◦ green 213 ◦ blue 115

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

Shades of Salomie #FDD573

Tints of Salomie #FDD573

RGB

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

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

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

R = 43.55%
G = 36.66%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDD573 (or 0xFDD573) is known color: Salomie. HEX triplet: FD, D5 and 73. RGB value is (253,213,115). Sum of RGB (Red+Green+Blue) = 253+213+115=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD573 is #022A8C. Grayscale: #D6D6D6. Windows color (decimal): -141965 or 7591421. OLE color: 7591421.

HSL color Cylindrical-coordinate representation of color #FDD573: hue angle of 42.61º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDD573 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 115 -
CMYK 0 0.16 0.55 0.01
HSL 42.61º 0.97% 0.72% -
HSV(B) 42.61º 0.55% 0.99% -
XYZ 67.4 69.71 26.12 -
YUV 213.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 253 213 115 0 0.16 0.55 0.01 42.61 0.97 0.72
Hex FD D5 73 0 10 37 1 2B 61 48
Octal 375 325 163 0 20 67 1 53 141 110
Binary 11111101 11010101 1110011 0 10000 110111 1 101011 1100001 1001000

Color Harmonies of #FDD573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD573

Black with #FDD573

Text Example


Text Example

White with #FDD573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD573; }

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

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

background-color css

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

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

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

border-color css

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

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

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