Html Css Color HEX #FFF01A Lemon

📋 copy color: '#FFF01A'

red 255 ◦ green 240 ◦ blue 26

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

Shades of Lemon #FFF01A

Tints of Lemon #FFF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.07%

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

R = 48.94%
G = 46.07%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFF01A (or 0xFFF01A) is known color: Lemon. HEX triplet: FF, F0 and 1A. RGB value is (255,240,26). Sum of RGB (Red+Green+Blue) = 255+240+26=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 26 (10.55% from 255 or 4.99% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF01A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF01A is #000FE5. Grayscale: #DCDCDC. Windows color (decimal): -4070 or 1765631. OLE color: 1765631.

HSL color Cylindrical-coordinate representation of color #FFF01A: hue angle of 56.07º 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 #FFF01A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 26 -
CMYK 0 0.06 0.90 0
HSL 56.07º 1% 0.55% -
HSV(B) 56.07º 0.9% 1% -
XYZ 72.59 83.65 13.3 -
YUV 220.09 18.47 152.9 -
System Red Green Blue C M Y K H S L
Decimal 255 240 26 0 0.06 0.90 0 56.07 1 0.55
Hex FF F0 1A 0 6 5A 0 38 64 37
Octal 377 360 32 0 6 132 0 70 144 67
Binary 11111111 11110000 11010 0 110 1011010 0 111000 1100100 110111

Color Harmonies of #FFF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF01A

Black with #FFF01A

Text Example


Text Example

White with #FFF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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