Html Css Color HEX #FBD37C Salomie

📋 copy color: '#FBD37C'

red 251 ◦ green 211 ◦ blue 124

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

Shades of Salomie #FBD37C

Tints of Salomie #FBD37C

RGB

 RED value IS 251 (98.44% from 255) = 42.83%

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

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

R = 42.83%
G = 36.01%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBD37C (or 0xFBD37C) is known color: Salomie. HEX triplet: FB, D3 and 7C. RGB value is (251,211,124). Sum of RGB (Red+Green+Blue) = 251+211+124=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD37C is #042C83. Grayscale: #D5D5D5. Windows color (decimal): -273540 or 8180731. OLE color: 8180731.

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

Color convert

RGB 251 211 124 -
CMYK 0 0.16 0.51 0.02
HSL 41.1º 0.94% 0.74% -
HSV(B) 41.1º 0.51% 0.98% -
XYZ 66.72 68.55 28.78 -
YUV 213.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 251 211 124 0 0.16 0.51 0.02 41.1 0.94 0.74
Hex FB D3 7C 0 10 33 2 29 5E 4A
Octal 373 323 174 0 20 63 2 51 136 112
Binary 11111011 11010011 1111100 0 10000 110011 10 101001 1011110 1001010

Color Harmonies of #FBD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD37C

Black with #FBD37C

Text Example


Text Example

White with #FBD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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