Html Css Color HEX #FFFB5A Laser Lemon

📋 copy color: '#FFFB5A'

red 255 ◦ green 251 ◦ blue 90

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

Shades of Laser Lemon #FFFB5A

Tints of Laser Lemon #FFFB5A

RGB

 RED value IS 255 (100% from 255) = 42.79%

 GREEN value IS 251 (98.44% from 255) = 42.11%

 BLUE value IS 90 (35.55% from 255) = 15.1%

R = 42.79%
G = 42.11%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFFB5A (or 0xFFFB5A) is known color: Laser Lemon. HEX triplet: FF, FB and 5A. RGB value is (255,251,90). Sum of RGB (Red+Green+Blue) = 255+251+90=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 90 (35.55% from 255 or 15.10% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFB5A is #0004A5. Grayscale: #EAEAEA. Windows color (decimal): -1190 or 5962751. OLE color: 5962751.

HSL color Cylindrical-coordinate representation of color #FFFB5A: hue angle of 58.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFFB5A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 251 90 -
CMYK 0 0.02 0.65 0
HSL 58.55º 1% 0.68% -
HSV(B) 58.55º 0.65% 1% -
XYZ 77.58 90.99 23.15 -
YUV 233.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 255 251 90 0 0.02 0.65 0 58.55 1 0.68
Hex FF FB 5A 0 2 41 0 3B 64 44
Octal 377 373 132 0 2 101 0 73 144 104
Binary 11111111 11111011 1011010 0 10 1000001 0 111011 1100100 1000100

Color Harmonies of #FFFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFB5A

Black with #FFFB5A

Text Example


Text Example

White with #FFFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFB5A; }

 p { color: rgb(255,251,90); }

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

background-color css

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

 a { background-color: rgb(255,251,90); }

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

border-color css

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

 span { border-color: rgb(255,251,90); }

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