Html Css Color HEX #FED76F Salomie

📋 copy color: '#FED76F'

red 254 ◦ green 215 ◦ blue 111

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

Shades of Salomie #FED76F

Tints of Salomie #FED76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.14%

R = 43.79%
G = 37.07%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FED76F (or 0xFED76F) is known color: Salomie. HEX triplet: FE, D7 and 6F. RGB value is (254,215,111). Sum of RGB (Red+Green+Blue) = 254+215+111=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 111 (43.75% from 255 or 19.14% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED76F is #012890. Grayscale: #D7D7D7. Windows color (decimal): -75921 or 7329790. OLE color: 7329790.

HSL color Cylindrical-coordinate representation of color #FED76F: hue angle of 43.64º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FED76F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 111 -
CMYK 0 0.15 0.56 0.00
HSL 43.64º 0.99% 0.72% -
HSV(B) 43.64º 0.56% 1% -
XYZ 68.04 70.82 25.12 -
YUV 214.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 254 215 111 0 0.15 0.56 0.00 43.64 0.99 0.72
Hex FE D7 6F 0 F 38 0 2C 63 48
Octal 376 327 157 0 17 70 0 54 143 110
Binary 11111110 11010111 1101111 0 1111 111000 0 101100 1100011 1001000

Color Harmonies of #FED76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED76F

Black with #FED76F

Text Example


Text Example

White with #FED76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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