Html Css Color HEX #FED675 Salomie

📋 copy color: '#FED675'

red 254 ◦ green 214 ◦ blue 117

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

Shades of Salomie #FED675

Tints of Salomie #FED675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20%

R = 43.42%
G = 36.58%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FED675 (or 0xFED675) is known color: Salomie. HEX triplet: FE, D6 and 75. RGB value is (254,214,117). Sum of RGB (Red+Green+Blue) = 254+214+117=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED675 is #01298A. Grayscale: #D7D7D7. Windows color (decimal): -76171 or 7722750. OLE color: 7722750.

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

Color convert

RGB 254 214 117 -
CMYK 0 0.16 0.54 0.00
HSL 42.48º 0.99% 0.73% -
HSV(B) 42.48º 0.54% 1% -
XYZ 68.13 70.45 26.84 -
YUV 214.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 254 214 117 0 0.16 0.54 0.00 42.48 0.99 0.73
Hex FE D6 75 0 10 36 0 2A 63 49
Octal 376 326 165 0 20 66 0 52 143 111
Binary 11111110 11010110 1110101 0 10000 110110 0 101010 1100011 1001001

Color Harmonies of #FED675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED675

Black with #FED675

Text Example


Text Example

White with #FED675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED675; }

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

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

background-color css

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

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

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

border-color css

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

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

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