Html Css Color HEX #FED384 Salomie

📋 copy color: '#FED384'

red 254 ◦ green 211 ◦ blue 132

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

Shades of Salomie #FED384

Tints of Salomie #FED384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.11%

R = 42.55%
G = 35.34%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED384 (or 0xFED384) is known color: Salomie. HEX triplet: FE, D3 and 84. RGB value is (254,211,132). Sum of RGB (Red+Green+Blue) = 254+211+132=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED384 is #012C7B. Grayscale: #D7D7D7. Windows color (decimal): -76924 or 8705022. OLE color: 8705022.

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

Color convert

RGB 254 211 132 -
CMYK 0 0.17 0.48 0.00
HSL 38.85º 0.98% 0.76% -
HSV(B) 38.85º 0.48% 1% -
XYZ 68.33 69.33 31.61 -
YUV 214.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 254 211 132 0 0.17 0.48 0.00 38.85 0.98 0.76
Hex FE D3 84 0 11 30 0 27 62 4C
Octal 376 323 204 0 21 60 0 47 142 114
Binary 11111110 11010011 10000100 0 10001 110000 0 100111 1100010 1001100

Color Harmonies of #FED384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED384

Black with #FED384

Text Example


Text Example

White with #FED384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED384; }

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

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

background-color css

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

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

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

border-color css

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

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

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