Html Css Color HEX #FAF768 Laser Lemon

📋 copy color: '#FAF768'

red 250 ◦ green 247 ◦ blue 104

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

Shades of Laser Lemon #FAF768

Tints of Laser Lemon #FAF768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.1%

 BLUE value IS 104 (41.02% from 255) = 17.3%

R = 41.6%
G = 41.1%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAF768 (or 0xFAF768) is known color: Laser Lemon. HEX triplet: FA, F7 and 68. RGB value is (250,247,104). Sum of RGB (Red+Green+Blue) = 250+247+104=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 104 (41.02% from 255 or 17.30% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF768 is #050897. Grayscale: #E8E8E8. Windows color (decimal): -329880 or 6879226. OLE color: 6879226.

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

Color convert

RGB 250 247 104 -
CMYK 0 0.01 0.58 0.02
HSL 58.77º 0.94% 0.69% -
HSV(B) 58.77º 0.58% 0.98% -
XYZ 75.18 87.85 26.09 -
YUV 231.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 250 247 104 0 0.01 0.58 0.02 58.77 0.94 0.69
Hex FA F7 68 0 1 3A 2 3B 5E 45
Octal 372 367 150 0 1 72 2 73 136 105
Binary 11111010 11110111 1101000 0 1 111010 10 111011 1011110 1000101

Color Harmonies of #FAF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF768

Black with #FAF768

Text Example


Text Example

White with #FAF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF768; }

 p { color: rgb(250,247,104); }

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

background-color css

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

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

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

border-color css

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

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

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