Html Css Color HEX #FED283 Salomie

📋 copy color: '#FED283'

red 254 ◦ green 210 ◦ blue 131

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

Shades of Salomie #FED283

Tints of Salomie #FED283

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.29%

 BLUE value IS 131 (51.56% from 255) = 22.02%

R = 42.69%
G = 35.29%
B = 22.02%

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

#FED283 (or 0xFED283) is known color: Salomie. HEX triplet: FE, D2 and 83. RGB value is (254,210,131). Sum of RGB (Red+Green+Blue) = 254+210+131=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FED283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED283 is #012D7C. Grayscale: #D6D6D6. Windows color (decimal): -77181 or 8639230. OLE color: 8639230.

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

Color convert

RGB 254 210 131 -
CMYK 0 0.17 0.48 0.00
HSL 38.54º 0.98% 0.75% -
HSV(B) 38.54º 0.48% 1% -
XYZ 68.02 68.8 31.17 -
YUV 214.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 254 210 131 0 0.17 0.48 0.00 38.54 0.98 0.75
Hex FE D2 83 0 11 30 0 27 62 4B
Octal 376 322 203 0 21 60 0 47 142 113
Binary 11111110 11010010 10000011 0 10001 110000 0 100111 1100010 1001011

Color Harmonies of #FED283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED283

Black with #FED283

Text Example


Text Example

White with #FED283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED283; }

 p { color: rgb(254,210,131); }

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

background-color css

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

 a { background-color: rgb(254,210,131); }

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

border-color css

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

 span { border-color: rgb(254,210,131); }

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