Html Css Color HEX #FED574 Salomie

📋 copy color: '#FED574'

red 254 ◦ green 213 ◦ blue 116

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

Shades of Salomie #FED574

Tints of Salomie #FED574

RGB

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

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

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

R = 43.57%
G = 36.54%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED574 (or 0xFED574) is known color: Salomie. HEX triplet: FE, D5 and 74. RGB value is (254,213,116). Sum of RGB (Red+Green+Blue) = 254+213+116=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED574 is #012A8B. Grayscale: #D6D6D6. Windows color (decimal): -76428 or 7656958. OLE color: 7656958.

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

Color convert

RGB 254 213 116 -
CMYK 0 0.16 0.54 0.00
HSL 42.17º 0.99% 0.73% -
HSV(B) 42.17º 0.54% 1% -
XYZ 67.82 69.92 26.44 -
YUV 214.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 254 213 116 0 0.16 0.54 0.00 42.17 0.99 0.73
Hex FE D5 74 0 10 36 0 2A 63 49
Octal 376 325 164 0 20 66 0 52 143 111
Binary 11111110 11010101 1110100 0 10000 110110 0 101010 1100011 1001001

Color Harmonies of #FED574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED574

Black with #FED574

Text Example


Text Example

White with #FED574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED574; }

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

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

background-color css

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

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

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

border-color css

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

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

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