Html Css Color HEX #FED478 Salomie

📋 copy color: '#FED478'

red 254 ◦ green 212 ◦ blue 120

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

Shades of Salomie #FED478

Tints of Salomie #FED478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.48%

R = 43.34%
G = 36.18%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FED478 (or 0xFED478) is known color: Salomie. HEX triplet: FE, D4 and 78. RGB value is (254,212,120). Sum of RGB (Red+Green+Blue) = 254+212+120=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED478 is #012B87. Grayscale: #D6D6D6. Windows color (decimal): -76680 or 7918846. OLE color: 7918846.

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

Color convert

RGB 254 212 120 -
CMYK 0 0.17 0.53 0.00
HSL 41.19º 0.99% 0.73% -
HSV(B) 41.19º 0.53% 1% -
XYZ 67.81 69.51 27.61 -
YUV 214.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 254 212 120 0 0.17 0.53 0.00 41.19 0.99 0.73
Hex FE D4 78 0 11 35 0 29 63 49
Octal 376 324 170 0 21 65 0 51 143 111
Binary 11111110 11010100 1111000 0 10001 110101 0 101001 1100011 1001001

Color Harmonies of #FED478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED478

Black with #FED478

Text Example


Text Example

White with #FED478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED478; }

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

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

background-color css

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

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

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

border-color css

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

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

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