Html Css Color HEX #FBFA5A Laser Lemon

📋 copy color: '#FBFA5A'

red 251 ◦ green 250 ◦ blue 90

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

Shades of Laser Lemon #FBFA5A

Tints of Laser Lemon #FBFA5A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.3%

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

R = 42.47%
G = 42.3%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBFA5A (or 0xFBFA5A) is known color: Laser Lemon. HEX triplet: FB, FA and 5A. RGB value is (251,250,90). Sum of RGB (Red+Green+Blue) = 251+250+90=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 90 (35.55% from 255 or 15.23% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFA5A is #0405A5. Grayscale: #E8E8E8. Windows color (decimal): -263590 or 5962491. OLE color: 5962491.

HSL color Cylindrical-coordinate representation of color #FBFA5A: hue angle of 59.63º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBFA5A is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 250 90 -
CMYK 0 0.00 0.64 0.02
HSL 59.63º 0.95% 0.67% -
HSV(B) 59.63º 0.64% 0.98% -
XYZ 75.81 89.62 22.98 -
YUV 232.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 251 250 90 0 0.00 0.64 0.02 59.63 0.95 0.67
Hex FB FA 5A 0 0 40 2 3C 5F 43
Octal 373 372 132 0 0 100 2 74 137 103
Binary 11111011 11111010 1011010 0 0 1000000 10 111100 1011111 1000011

Color Harmonies of #FBFA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFA5A

Black with #FBFA5A

Text Example


Text Example

White with #FBFA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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