Html Css Color HEX #FAFA67 Laser Lemon

📋 copy color: '#FAFA67'

red 250 ◦ green 250 ◦ blue 103

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

Shades of Laser Lemon #FAFA67

Tints of Laser Lemon #FAFA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 17.08%

R = 41.46%
G = 41.46%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAFA67 (or 0xFAFA67) is known color: Laser Lemon. HEX triplet: FA, FA and 67. RGB value is (250,250,103). Sum of RGB (Red+Green+Blue) = 250+250+103=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 103 (40.62% from 255 or 17.08% from 603); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA67 is #050598. Grayscale: #E9E9E9. Windows color (decimal): -329113 or 6814458. OLE color: 6814458.

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

Color convert

RGB 250 250 103 -
CMYK 0 0 0.59 0.02
HSL 60º 0.94% 0.69% -
HSV(B) 60º 0.59% 0.98% -
XYZ 76.06 89.67 26.13 -
YUV 233.24 54.5 139.95 -
System Red Green Blue C M Y K H S L
Decimal 250 250 103 0 0 0.59 0.02 60 0.94 0.69
Hex FA FA 67 0 0 3B 2 3C 5E 45
Octal 372 372 147 0 0 73 2 74 136 105
Binary 11111010 11111010 1100111 0 0 111011 10 111100 1011110 1000101

Color Harmonies of #FAFA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA67

Black with #FAFA67

Text Example


Text Example

White with #FAFA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA67; }

 p { color: rgb(250,250,103); }

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

background-color css

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

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

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

border-color css

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

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

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