Html Css Color HEX #FEDB7A Salomie

📋 copy color: '#FEDB7A'

red 254 ◦ green 219 ◦ blue 122

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

Shades of Salomie #FEDB7A

Tints of Salomie #FEDB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.81%

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 42.69%
G = 36.81%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDB7A (or 0xFEDB7A) is known color: Salomie. HEX triplet: FE, DB and 7A. RGB value is (254,219,122). Sum of RGB (Red+Green+Blue) = 254+219+122=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB7A is #012485. Grayscale: #DADADA. Windows color (decimal): -74886 or 8051710. OLE color: 8051710.

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

Color convert

RGB 254 219 122 -
CMYK 0 0.14 0.52 0.00
HSL 44.09º 0.99% 0.74% -
HSV(B) 44.09º 0.52% 1% -
XYZ 69.72 73.14 28.86 -
YUV 218.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 254 219 122 0 0.14 0.52 0.00 44.09 0.99 0.74
Hex FE DB 7A 0 E 34 0 2C 63 4A
Octal 376 333 172 0 16 64 0 54 143 112
Binary 11111110 11011011 1111010 0 1110 110100 0 101100 1100011 1001010

Color Harmonies of #FEDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB7A

Black with #FEDB7A

Text Example


Text Example

White with #FEDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB7A; }

 p { color: rgb(254,219,122); }

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

background-color css

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

 a { background-color: rgb(254,219,122); }

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

border-color css

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

 span { border-color: rgb(254,219,122); }

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