Html Css Color HEX #FFFA60 Laser Lemon

📋 copy color: '#FFFA60'

red 255 ◦ green 250 ◦ blue 96

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

Shades of Laser Lemon #FFFA60

Tints of Laser Lemon #FFFA60

RGB

 RED value IS 255 (100% from 255) = 42.43%

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

 BLUE value IS 96 (37.89% from 255) = 15.97%

R = 42.43%
G = 41.6%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFFA60 (or 0xFFFA60) is known color: Laser Lemon. HEX triplet: FF, FA and 60. RGB value is (255,250,96). Sum of RGB (Red+Green+Blue) = 255+250+96=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 96 (37.89% from 255 or 15.97% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA60 is #00059F. Grayscale: #EAEAEA. Windows color (decimal): -1440 or 6355711. OLE color: 6355711.

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

Color convert

RGB 255 250 96 -
CMYK 0 0.02 0.62 0
HSL 58.11º 1% 0.69% -
HSV(B) 58.11º 0.62% 1% -
XYZ 77.54 90.48 24.44 -
YUV 233.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 255 250 96 0 0.02 0.62 0 58.11 1 0.69
Hex FF FA 60 0 2 3E 0 3A 64 45
Octal 377 372 140 0 2 76 0 72 144 105
Binary 11111111 11111010 1100000 0 10 111110 0 111010 1100100 1000101

Color Harmonies of #FFFA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA60

Black with #FFFA60

Text Example


Text Example

White with #FFFA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA60; }

 p { color: rgb(255,250,96); }

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

background-color css

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

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

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

border-color css

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

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

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