Html Css Color HEX #FED277 Salomie

📋 copy color: '#FED277'

red 254 ◦ green 210 ◦ blue 119

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

Shades of Salomie #FED277

Tints of Salomie #FED277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

 BLUE value IS 119 (46.88% from 255) = 20.41%

R = 43.57%
G = 36.02%
B = 20.41%

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

#FED277 (or 0xFED277) is known color: Salomie. HEX triplet: FE, D2 and 77. RGB value is (254,210,119). Sum of RGB (Red+Green+Blue) = 254+210+119=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED277 is #012D88. Grayscale: #D5D5D5. Windows color (decimal): -77193 or 7852798. OLE color: 7852798.

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

Color convert

RGB 254 210 119 -
CMYK 0 0.17 0.53 0.00
HSL 40.44º 0.99% 0.73% -
HSV(B) 40.44º 0.53% 1% -
XYZ 67.25 68.5 27.13 -
YUV 212.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 254 210 119 0 0.17 0.53 0.00 40.44 0.99 0.73
Hex FE D2 77 0 11 35 0 28 63 49
Octal 376 322 167 0 21 65 0 50 143 111
Binary 11111110 11010010 1110111 0 10001 110101 0 101000 1100011 1001001

Color Harmonies of #FED277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED277

Black with #FED277

Text Example


Text Example

White with #FED277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED277; }

 p { color: rgb(254,210,119); }

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

background-color css

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

 a { background-color: rgb(254,210,119); }

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

border-color css

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

 span { border-color: rgb(254,210,119); }

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