Html Css Color HEX #FED37B Salomie

📋 copy color: '#FED37B'

red 254 ◦ green 211 ◦ blue 123

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

Shades of Salomie #FED37B

Tints of Salomie #FED37B

RGB

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

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

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

R = 43.2%
G = 35.88%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED37B (or 0xFED37B) is known color: Salomie. HEX triplet: FE, D3 and 7B. RGB value is (254,211,123). Sum of RGB (Red+Green+Blue) = 254+211+123=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED37B is #012C84. Grayscale: #D6D6D6. Windows color (decimal): -76933 or 8115198. OLE color: 8115198.

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

Color convert

RGB 254 211 123 -
CMYK 0 0.17 0.52 0.00
HSL 40.31º 0.98% 0.74% -
HSV(B) 40.31º 0.52% 1% -
XYZ 67.74 69.09 28.5 -
YUV 213.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 254 211 123 0 0.17 0.52 0.00 40.31 0.98 0.74
Hex FE D3 7B 0 11 34 0 28 62 4A
Octal 376 323 173 0 21 64 0 50 142 112
Binary 11111110 11010011 1111011 0 10001 110100 0 101000 1100010 1001010

Color Harmonies of #FED37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED37B

Black with #FED37B

Text Example


Text Example

White with #FED37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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