Html Css Color HEX #FED573 Salomie

📋 copy color: '#FED573'

red 254 ◦ green 213 ◦ blue 115

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

Shades of Salomie #FED573

Tints of Salomie #FED573

RGB

 RED value IS 254 (99.61% from 255) = 43.64%

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

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

R = 43.64%
G = 36.6%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FED573 (or 0xFED573) is known color: Salomie. HEX triplet: FE, D5 and 73. RGB value is (254,213,115). Sum of RGB (Red+Green+Blue) = 254+213+115=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FED573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED573 is #012A8C. Grayscale: #D6D6D6. Windows color (decimal): -76429 or 7591422. OLE color: 7591422.

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

Color convert

RGB 254 213 115 -
CMYK 0 0.16 0.55 0.00
HSL 42.3º 0.99% 0.72% -
HSV(B) 42.3º 0.55% 1% -
XYZ 67.76 69.9 26.14 -
YUV 214.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 254 213 115 0 0.16 0.55 0.00 42.3 0.99 0.72
Hex FE D5 73 0 10 37 0 2A 63 48
Octal 376 325 163 0 20 67 0 52 143 110
Binary 11111110 11010101 1110011 0 10000 110111 0 101010 1100011 1001000

Color Harmonies of #FED573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED573

Black with #FED573

Text Example


Text Example

White with #FED573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED573; }

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

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

background-color css

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

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

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

border-color css

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

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

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