Html Css Color HEX #FED781 Salomie

📋 copy color: '#FED781'

red 254 ◦ green 215 ◦ blue 129

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

Shades of Salomie #FED781

Tints of Salomie #FED781

RGB

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

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

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

R = 42.47%
G = 35.95%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FED781 (or 0xFED781) is known color: Salomie. HEX triplet: FE, D7 and 81. RGB value is (254,215,129). Sum of RGB (Red+Green+Blue) = 254+215+129=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FED781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED781 is #01287E. Grayscale: #D9D9D9. Windows color (decimal): -75903 or 8509438. OLE color: 8509438.

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

Color convert

RGB 254 215 129 -
CMYK 0 0.15 0.49 0.00
HSL 41.28º 0.98% 0.75% -
HSV(B) 41.28º 0.49% 1% -
XYZ 69.14 71.26 30.88 -
YUV 216.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 254 215 129 0 0.15 0.49 0.00 41.28 0.98 0.75
Hex FE D7 81 0 F 31 0 29 62 4B
Octal 376 327 201 0 17 61 0 51 142 113
Binary 11111110 11010111 10000001 0 1111 110001 0 101001 1100010 1001011

Color Harmonies of #FED781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED781

Black with #FED781

Text Example


Text Example

White with #FED781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED781; }

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

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

background-color css

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

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

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

border-color css

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

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

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