Html Css Color HEX #FEDC7B Salomie

📋 copy color: '#FEDC7B'

red 254 ◦ green 220 ◦ blue 123

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

Shades of Salomie #FEDC7B

Tints of Salomie #FEDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

 BLUE value IS 123 (48.44% from 255) = 20.6%

R = 42.55%
G = 36.85%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDC7B (or 0xFEDC7B) is known color: Salomie. HEX triplet: FE, DC and 7B. RGB value is (254,220,123). Sum of RGB (Red+Green+Blue) = 254+220+123=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC7B is #012384. Grayscale: #DBDBDB. Windows color (decimal): -74629 or 8117502. OLE color: 8117502.

HSL color Cylindrical-coordinate representation of color #FEDC7B: hue angle of 44.43º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEDC7B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 123 -
CMYK 0 0.13 0.52 0.00
HSL 44.43º 0.98% 0.74% -
HSV(B) 44.43º 0.52% 1% -
XYZ 70.04 73.69 29.27 -
YUV 219.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 254 220 123 0 0.13 0.52 0.00 44.43 0.98 0.74
Hex FE DC 7B 0 D 34 0 2C 62 4A
Octal 376 334 173 0 15 64 0 54 142 112
Binary 11111110 11011100 1111011 0 1101 110100 0 101100 1100010 1001010

Color Harmonies of #FEDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC7B

Black with #FEDC7B

Text Example


Text Example

White with #FEDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC7B; }

 p { color: rgb(254,220,123); }

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

background-color css

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

 a { background-color: rgb(254,220,123); }

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

border-color css

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

 span { border-color: rgb(254,220,123); }

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