Html Css Color HEX #FAFE53 Laser Lemon

📋 copy color: '#FAFE53'

red 250 ◦ green 254 ◦ blue 83

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

Shades of Laser Lemon #FAFE53

Tints of Laser Lemon #FAFE53

RGB

 RED value IS 250 (98.05% from 255) = 42.59%

 GREEN value IS 254 (99.61% from 255) = 43.27%

 BLUE value IS 83 (32.81% from 255) = 14.14%

R = 42.59%
G = 43.27%
B = 14.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FAFE53 (or 0xFAFE53) is known color: Laser Lemon. HEX triplet: FA, FE and 53. RGB value is (250,254,83). Sum of RGB (Red+Green+Blue) = 250+254+83=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 83 (32.81% from 255 or 14.14% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE53 is #0501AC. Grayscale: #E9E9E9. Windows color (decimal): -328109 or 5504762. OLE color: 5504762.

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

Color convert

RGB 250 254 83 -
CMYK 0.02 0 0.67 0.00
HSL 61.4º 0.99% 0.66% -
HSV(B) 61.4º 0.67% 1% -
XYZ 76.43 91.83 21.88 -
YUV 233.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 250 254 83 0.02 0 0.67 0.00 61.4 0.99 0.66
Hex FA FE 53 2 0 43 0 3D 63 42
Octal 372 376 123 2 0 103 0 75 143 102
Binary 11111010 11111110 1010011 10 0 1000011 0 111101 1100011 1000010

Color Harmonies of #FAFE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE53

Black with #FAFE53

Text Example


Text Example

White with #FAFE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE53; }

 p { color: rgb(250,254,83); }

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

background-color css

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

 a { background-color: rgb(250,254,83); }

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

border-color css

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

 span { border-color: rgb(250,254,83); }

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