Html Css Color HEX #FAF964 Laser Lemon

📋 copy color: '#FAF964'

red 250 ◦ green 249 ◦ blue 100

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

Shades of Laser Lemon #FAF964

Tints of Laser Lemon #FAF964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

 BLUE value IS 100 (39.45% from 255) = 16.69%

R = 41.74%
G = 41.57%
B = 16.69%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAF964 (or 0xFAF964) is known color: Laser Lemon. HEX triplet: FA, F9 and 64. RGB value is (250,249,100). Sum of RGB (Red+Green+Blue) = 250+249+100=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 100 (39.45% from 255 or 16.69% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF964 is #05069B. Grayscale: #E8E8E8. Windows color (decimal): -329372 or 6617594. OLE color: 6617594.

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

Color convert

RGB 250 249 100 -
CMYK 0 0.00 0.6 0.02
HSL 59.6º 0.94% 0.69% -
HSV(B) 59.6º 0.6% 0.98% -
XYZ 75.6 89 25.25 -
YUV 232.31 53.33 140.62 -
System Red Green Blue C M Y K H S L
Decimal 250 249 100 0 0.00 0.6 0.02 59.6 0.94 0.69
Hex FA F9 64 0 0 3C 2 3C 5E 45
Octal 372 371 144 0 0 74 2 74 136 105
Binary 11111010 11111001 1100100 0 0 111100 10 111100 1011110 1000101

Color Harmonies of #FAF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF964

Black with #FAF964

Text Example


Text Example

White with #FAF964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF964; }

 p { color: rgb(250,249,100); }

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

background-color css

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

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

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

border-color css

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

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

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