Html Css Color HEX #FFF022 Lemon

📋 copy color: '#FFF022'

red 255 ◦ green 240 ◦ blue 34

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

Shades of Lemon #FFF022

Tints of Lemon #FFF022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.43%

R = 48.2%
G = 45.37%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFF022 (or 0xFFF022) is known color: Lemon. HEX triplet: FF, F0 and 22. RGB value is (255,240,34). Sum of RGB (Red+Green+Blue) = 255+240+34=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 34 (13.67% from 255 or 6.43% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF022 is #000FDD. Grayscale: #DDDDDD. Windows color (decimal): -4062 or 2289919. OLE color: 2289919.

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

Color convert

RGB 255 240 34 -
CMYK 0 0.06 0.87 0
HSL 55.93º 1% 0.57% -
HSV(B) 55.93º 0.87% 1% -
XYZ 72.69 83.7 13.84 -
YUV 221 22.47 152.25 -
System Red Green Blue C M Y K H S L
Decimal 255 240 34 0 0.06 0.87 0 55.93 1 0.57
Hex FF F0 22 0 6 57 0 38 64 39
Octal 377 360 42 0 6 127 0 70 144 71
Binary 11111111 11110000 100010 0 110 1010111 0 111000 1100100 111001

Color Harmonies of #FFF022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF022

Black with #FFF022

Text Example


Text Example

White with #FFF022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF022; }

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

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

background-color css

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

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

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

border-color css

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

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

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