Html Css Color HEX #FED378 Salomie

📋 copy color: '#FED378'

red 254 ◦ green 211 ◦ blue 120

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

Shades of Salomie #FED378

Tints of Salomie #FED378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.07%

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

R = 43.42%
G = 36.07%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FED378 (or 0xFED378) is known color: Salomie. HEX triplet: FE, D3 and 78. RGB value is (254,211,120). Sum of RGB (Red+Green+Blue) = 254+211+120=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED378 is #012C87. Grayscale: #D5D5D5. Windows color (decimal): -76936 or 7918590. OLE color: 7918590.

HSL color Cylindrical-coordinate representation of color #FED378: hue angle of 40.75º 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 #FED378 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 120 -
CMYK 0 0.17 0.53 0.00
HSL 40.75º 0.99% 0.73% -
HSV(B) 40.75º 0.53% 1% -
XYZ 67.56 69.02 27.53 -
YUV 213.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 254 211 120 0 0.17 0.53 0.00 40.75 0.99 0.73
Hex FE D3 78 0 11 35 0 29 63 49
Octal 376 323 170 0 21 65 0 51 143 111
Binary 11111110 11010011 1111000 0 10001 110101 0 101001 1100011 1001001

Color Harmonies of #FED378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED378

Black with #FED378

Text Example


Text Example

White with #FED378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED378; }

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

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

background-color css

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

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

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

border-color css

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

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

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