Html Css Color HEX #FED673 Salomie

📋 copy color: '#FED673'

red 254 ◦ green 214 ◦ blue 115

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

Shades of Salomie #FED673

Tints of Salomie #FED673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.73%

R = 43.57%
G = 36.71%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FED673 (or 0xFED673) is known color: Salomie. HEX triplet: FE, D6 and 73. RGB value is (254,214,115). Sum of RGB (Red+Green+Blue) = 254+214+115=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED673 is #01298C. Grayscale: #D7D7D7. Windows color (decimal): -76173 or 7591678. OLE color: 7591678.

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

Color convert

RGB 254 214 115 -
CMYK 0 0.16 0.55 0.00
HSL 42.73º 0.99% 0.72% -
HSV(B) 42.73º 0.55% 1% -
XYZ 68.01 70.4 26.22 -
YUV 214.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 254 214 115 0 0.16 0.55 0.00 42.73 0.99 0.72
Hex FE D6 73 0 10 37 0 2B 63 48
Octal 376 326 163 0 20 67 0 53 143 110
Binary 11111110 11010110 1110011 0 10000 110111 0 101011 1100011 1001000

Color Harmonies of #FED673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED673

Black with #FED673

Text Example


Text Example

White with #FED673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED673; }

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

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

background-color css

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

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

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

border-color css

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

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

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