Html Css Color HEX #FED870 Salomie

📋 copy color: '#FED870'

red 254 ◦ green 216 ◦ blue 112

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

Shades of Salomie #FED870

Tints of Salomie #FED870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.11%

 BLUE value IS 112 (44.14% from 255) = 19.24%

R = 43.64%
G = 37.11%
B = 19.24%

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

#FED870 (or 0xFED870) is known color: Salomie. HEX triplet: FE, D8 and 70. RGB value is (254,216,112). Sum of RGB (Red+Green+Blue) = 254+216+112=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FED870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED870 is #01278F. Grayscale: #D7D7D7. Windows color (decimal): -75664 or 7395582. OLE color: 7395582.

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

Color convert

RGB 254 216 112 -
CMYK 0 0.15 0.56 0.00
HSL 43.94º 0.99% 0.72% -
HSV(B) 43.94º 0.56% 1% -
XYZ 68.35 71.35 25.5 -
YUV 215.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 254 216 112 0 0.15 0.56 0.00 43.94 0.99 0.72
Hex FE D8 70 0 F 38 0 2C 63 48
Octal 376 330 160 0 17 70 0 54 143 110
Binary 11111110 11011000 1110000 0 1111 111000 0 101100 1100011 1001000

Color Harmonies of #FED870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED870

Black with #FED870

Text Example


Text Example

White with #FED870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED870; }

 p { color: rgb(254,216,112); }

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

background-color css

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

 a { background-color: rgb(254,216,112); }

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

border-color css

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

 span { border-color: rgb(254,216,112); }

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