Html Css Color HEX #FED479 Salomie

📋 copy color: '#FED479'

red 254 ◦ green 212 ◦ blue 121

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

Shades of Salomie #FED479

Tints of Salomie #FED479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.61%

R = 43.27%
G = 36.12%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED479 (or 0xFED479) is known color: Salomie. HEX triplet: FE, D4 and 79. RGB value is (254,212,121). Sum of RGB (Red+Green+Blue) = 254+212+121=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED479 is #012B86. Grayscale: #D6D6D6. Windows color (decimal): -76679 or 7984382. OLE color: 7984382.

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

Color convert

RGB 254 212 121 -
CMYK 0 0.17 0.52 0.00
HSL 41.05º 0.99% 0.74% -
HSV(B) 41.05º 0.52% 1% -
XYZ 67.87 69.54 27.93 -
YUV 214.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 254 212 121 0 0.17 0.52 0.00 41.05 0.99 0.74
Hex FE D4 79 0 11 34 0 29 63 4A
Octal 376 324 171 0 21 64 0 51 143 112
Binary 11111110 11010100 1111001 0 10001 110100 0 101001 1100011 1001010

Color Harmonies of #FED479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED479

Black with #FED479

Text Example


Text Example

White with #FED479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED479; }

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

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

background-color css

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

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

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

border-color css

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

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

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