Html Css Color HEX #FAF662 Laser Lemon

📋 copy color: '#FAF662'

red 250 ◦ green 246 ◦ blue 98

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

Shades of Laser Lemon #FAF662

Tints of Laser Lemon #FAF662

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.41%

 BLUE value IS 98 (38.67% from 255) = 16.5%

R = 42.09%
G = 41.41%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAF662 (or 0xFAF662) is known color: Laser Lemon. HEX triplet: FA, F6 and 62. RGB value is (250,246,98). Sum of RGB (Red+Green+Blue) = 250+246+98=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 98 (38.67% from 255 or 16.50% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF662 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF662 is #05099D. Grayscale: #E6E6E6. Windows color (decimal): -330142 or 6485754. OLE color: 6485754.

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

Color convert

RGB 250 246 98 -
CMYK 0 0.02 0.61 0.02
HSL 58.42º 0.94% 0.68% -
HSV(B) 58.42º 0.61% 0.98% -
XYZ 74.58 87.12 24.44 -
YUV 230.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 250 246 98 0 0.02 0.61 0.02 58.42 0.94 0.68
Hex FA F6 62 0 2 3D 2 3A 5E 44
Octal 372 366 142 0 2 75 2 72 136 104
Binary 11111010 11110110 1100010 0 10 111101 10 111010 1011110 1000100

Color Harmonies of #FAF662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF662

Black with #FAF662

Text Example


Text Example

White with #FAF662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF662; }

 p { color: rgb(250,246,98); }

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

background-color css

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

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

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

border-color css

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

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

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