Html Css Color HEX #FED281 Salomie

📋 copy color: '#FED281'

red 254 ◦ green 210 ◦ blue 129

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

Shades of Salomie #FED281

Tints of Salomie #FED281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.75%

R = 42.83%
G = 35.41%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FED281 (or 0xFED281) is known color: Salomie. HEX triplet: FE, D2 and 81. RGB value is (254,210,129). Sum of RGB (Red+Green+Blue) = 254+210+129=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED281 is #012D7E. Grayscale: #D6D6D6. Windows color (decimal): -77183 or 8508158. OLE color: 8508158.

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

Color convert

RGB 254 210 129 -
CMYK 0 0.17 0.49 0.00
HSL 38.88º 0.98% 0.75% -
HSV(B) 38.88º 0.49% 1% -
XYZ 67.88 68.75 30.46 -
YUV 213.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 254 210 129 0 0.17 0.49 0.00 38.88 0.98 0.75
Hex FE D2 81 0 11 31 0 27 62 4B
Octal 376 322 201 0 21 61 0 47 142 113
Binary 11111110 11010010 10000001 0 10001 110001 0 100111 1100010 1001011

Color Harmonies of #FED281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED281

Black with #FED281

Text Example


Text Example

White with #FED281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED281; }

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

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

background-color css

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

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

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

border-color css

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

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

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