Html Css Color HEX #FED37C Salomie

📋 copy color: '#FED37C'

red 254 ◦ green 211 ◦ blue 124

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

Shades of Salomie #FED37C

Tints of Salomie #FED37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.05%

R = 43.12%
G = 35.82%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FED37C (or 0xFED37C) is known color: Salomie. HEX triplet: FE, D3 and 7C. RGB value is (254,211,124). Sum of RGB (Red+Green+Blue) = 254+211+124=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED37C is #012C83. Grayscale: #D6D6D6. Windows color (decimal): -76932 or 8180734. OLE color: 8180734.

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

Color convert

RGB 254 211 124 -
CMYK 0 0.17 0.51 0.00
HSL 40.15º 0.98% 0.74% -
HSV(B) 40.15º 0.51% 1% -
XYZ 67.81 69.11 28.84 -
YUV 213.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 254 211 124 0 0.17 0.51 0.00 40.15 0.98 0.74
Hex FE D3 7C 0 11 33 0 28 62 4A
Octal 376 323 174 0 21 63 0 50 142 112
Binary 11111110 11010011 1111100 0 10001 110011 0 101000 1100010 1001010

Color Harmonies of #FED37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED37C

Black with #FED37C

Text Example


Text Example

White with #FED37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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