Html Css Color HEX #FBF385 Milan

📋 copy color: '#FBF385'

red 251 ◦ green 243 ◦ blue 133

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

Shades of Milan #FBF385

Tints of Milan #FBF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.76%

 BLUE value IS 133 (52.34% from 255) = 21.21%

R = 40.03%
G = 38.76%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBF385 (or 0xFBF385) is known color: Milan. HEX triplet: FB, F3 and 85. RGB value is (251,243,133). Sum of RGB (Red+Green+Blue) = 251+243+133=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 133 (52.34% from 255 or 21.21% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF385 is #040C7A. Grayscale: #E9E9E9. Windows color (decimal): -265339 or 8778747. OLE color: 8778747.

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

Color convert

RGB 251 243 133 -
CMYK 0 0.03 0.47 0.02
HSL 55.93º 0.94% 0.75% -
HSV(B) 55.93º 0.47% 0.98% -
XYZ 76.07 86.3 34.84 -
YUV 232.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 251 243 133 0 0.03 0.47 0.02 55.93 0.94 0.75
Hex FB F3 85 0 3 2F 2 38 5E 4B
Octal 373 363 205 0 3 57 2 70 136 113
Binary 11111011 11110011 10000101 0 11 101111 10 111000 1011110 1001011

Color Harmonies of #FBF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF385

Black with #FBF385

Text Example


Text Example

White with #FBF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF385; }

 p { color: rgb(251,243,133); }

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

background-color css

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

 a { background-color: rgb(251,243,133); }

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

border-color css

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

 span { border-color: rgb(251,243,133); }

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