Html Css Color HEX #FED678 Salomie

📋 copy color: '#FED678'

red 254 ◦ green 214 ◦ blue 120

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

Shades of Salomie #FED678

Tints of Salomie #FED678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.41%

R = 43.2%
G = 36.39%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FED678 (or 0xFED678) is known color: Salomie. HEX triplet: FE, D6 and 78. RGB value is (254,214,120). Sum of RGB (Red+Green+Blue) = 254+214+120=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED678 is #012987. Grayscale: #D7D7D7. Windows color (decimal): -76168 or 7919358. OLE color: 7919358.

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

Color convert

RGB 254 214 120 -
CMYK 0 0.16 0.53 0.00
HSL 42.09º 0.99% 0.73% -
HSV(B) 42.09º 0.53% 1% -
XYZ 68.31 70.52 27.78 -
YUV 215.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 254 214 120 0 0.16 0.53 0.00 42.09 0.99 0.73
Hex FE D6 78 0 10 35 0 2A 63 49
Octal 376 326 170 0 20 65 0 52 143 111
Binary 11111110 11010110 1111000 0 10000 110101 0 101010 1100011 1001001

Color Harmonies of #FED678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED678

Black with #FED678

Text Example


Text Example

White with #FED678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED678; }

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

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

background-color css

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

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

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

border-color css

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

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

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