Html Css Color HEX #FAF961 Laser Lemon

📋 copy color: '#FAF961'

red 250 ◦ green 249 ◦ blue 97

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

Shades of Laser Lemon #FAF961

Tints of Laser Lemon #FAF961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.28%

R = 41.95%
G = 41.78%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAF961 (or 0xFAF961) is known color: Laser Lemon. HEX triplet: FA, F9 and 61. RGB value is (250,249,97). Sum of RGB (Red+Green+Blue) = 250+249+97=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 97 (38.28% from 255 or 16.28% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF961 is #05069E. Grayscale: #E8E8E8. Windows color (decimal): -329375 or 6420986. OLE color: 6420986.

HSL color Cylindrical-coordinate representation of color #FAF961: hue angle of 59.61º 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 #FAF961 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 97 -
CMYK 0 0.00 0.61 0.02
HSL 59.61º 0.94% 0.68% -
HSV(B) 59.61º 0.61% 0.98% -
XYZ 75.46 88.94 24.5 -
YUV 231.97 51.83 140.86 -
System Red Green Blue C M Y K H S L
Decimal 250 249 97 0 0.00 0.61 0.02 59.61 0.94 0.68
Hex FA F9 61 0 0 3D 2 3C 5E 44
Octal 372 371 141 0 0 75 2 74 136 104
Binary 11111010 11111001 1100001 0 0 111101 10 111100 1011110 1000100

Color Harmonies of #FAF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF961

Black with #FAF961

Text Example


Text Example

White with #FAF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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