Html Css Color HEX #FED774 Salomie

📋 copy color: '#FED774'

red 254 ◦ green 215 ◦ blue 116

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

Shades of Salomie #FED774

Tints of Salomie #FED774

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

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

R = 43.42%
G = 36.75%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED774 (or 0xFED774) is known color: Salomie. HEX triplet: FE, D7 and 74. RGB value is (254,215,116). Sum of RGB (Red+Green+Blue) = 254+215+116=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED774 is #01288B. Grayscale: #D7D7D7. Windows color (decimal): -75916 or 7657470. OLE color: 7657470.

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

Color convert

RGB 254 215 116 -
CMYK 0 0.15 0.54 0.00
HSL 43.04º 0.99% 0.73% -
HSV(B) 43.04º 0.54% 1% -
XYZ 68.33 70.93 26.61 -
YUV 215.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 254 215 116 0 0.15 0.54 0.00 43.04 0.99 0.73
Hex FE D7 74 0 F 36 0 2B 63 49
Octal 376 327 164 0 17 66 0 53 143 111
Binary 11111110 11010111 1110100 0 1111 110110 0 101011 1100011 1001001

Color Harmonies of #FED774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED774

Black with #FED774

Text Example


Text Example

White with #FED774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED774; }

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

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

background-color css

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

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

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

border-color css

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

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

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