Html Css Color HEX #FED475 Salomie

📋 copy color: '#FED475'

red 254 ◦ green 212 ◦ blue 117

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

Shades of Salomie #FED475

Tints of Salomie #FED475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.07%

R = 43.57%
G = 36.36%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED475 (or 0xFED475) is known color: Salomie. HEX triplet: FE, D4 and 75. RGB value is (254,212,117). Sum of RGB (Red+Green+Blue) = 254+212+117=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED475 is #012B8A. Grayscale: #D6D6D6. Windows color (decimal): -76683 or 7722238. OLE color: 7722238.

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

Color convert

RGB 254 212 117 -
CMYK 0 0.17 0.54 0.00
HSL 41.61º 0.99% 0.73% -
HSV(B) 41.61º 0.54% 1% -
XYZ 67.63 69.44 26.67 -
YUV 213.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 254 212 117 0 0.17 0.54 0.00 41.61 0.99 0.73
Hex FE D4 75 0 11 36 0 2A 63 49
Octal 376 324 165 0 21 66 0 52 143 111
Binary 11111110 11010100 1110101 0 10001 110110 0 101010 1100011 1001001

Color Harmonies of #FED475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED475

Black with #FED475

Text Example


Text Example

White with #FED475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED475; }

 p { color: rgb(254,212,117); }

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

background-color css

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

 a { background-color: rgb(254,212,117); }

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

border-color css

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

 span { border-color: rgb(254,212,117); }

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