Html Css Color HEX #FED681 Salomie

📋 copy color: '#FED681'

red 254 ◦ green 214 ◦ blue 129

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

Shades of Salomie #FED681

Tints of Salomie #FED681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.85%

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

R = 42.55%
G = 35.85%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FED681 (or 0xFED681) is known color: Salomie. HEX triplet: FE, D6 and 81. RGB value is (254,214,129). Sum of RGB (Red+Green+Blue) = 254+214+129=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED681 is #01297E. Grayscale: #D8D8D8. Windows color (decimal): -76159 or 8509182. OLE color: 8509182.

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

Color convert

RGB 254 214 129 -
CMYK 0 0.16 0.49 0.00
HSL 40.8º 0.98% 0.75% -
HSV(B) 40.8º 0.49% 1% -
XYZ 68.88 70.75 30.79 -
YUV 216.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 254 214 129 0 0.16 0.49 0.00 40.8 0.98 0.75
Hex FE D6 81 0 10 31 0 29 62 4B
Octal 376 326 201 0 20 61 0 51 142 113
Binary 11111110 11010110 10000001 0 10000 110001 0 101001 1100010 1001011

Color Harmonies of #FED681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED681

Black with #FED681

Text Example


Text Example

White with #FED681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED681; }

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

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

background-color css

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

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

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

border-color css

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

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

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