Html Css Color HEX #FFF61A Lemon

📋 copy color: '#FFF61A'

red 255 ◦ green 246 ◦ blue 26

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

Shades of Lemon #FFF61A

Tints of Lemon #FFF61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 4.93%

R = 48.39%
G = 46.68%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFF61A (or 0xFFF61A) is known color: Lemon. HEX triplet: FF, F6 and 1A. RGB value is (255,246,26). Sum of RGB (Red+Green+Blue) = 255+246+26=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 26 (10.55% from 255 or 4.93% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF61A is #0009E5. Grayscale: #E0E0E0. Windows color (decimal): -2534 or 1767167. OLE color: 1767167.

HSL color Cylindrical-coordinate representation of color #FFF61A: hue angle of 57.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFF61A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 246 26 -
CMYK 0 0.04 0.90 0
HSL 57.64º 1% 0.55% -
HSV(B) 57.64º 0.9% 1% -
XYZ 74.38 87.25 13.9 -
YUV 223.61 16.48 150.39 -
System Red Green Blue C M Y K H S L
Decimal 255 246 26 0 0.04 0.90 0 57.64 1 0.55
Hex FF F6 1A 0 4 5A 0 3A 64 37
Octal 377 366 32 0 4 132 0 72 144 67
Binary 11111111 11110110 11010 0 100 1011010 0 111010 1100100 110111

Color Harmonies of #FFF61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF61A

Black with #FFF61A

Text Example


Text Example

White with #FFF61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF61A; }

 p { color: rgb(255,246,26); }

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

background-color css

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

 a { background-color: rgb(255,246,26); }

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

border-color css

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

 span { border-color: rgb(255,246,26); }

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