Html Css Color HEX #FFF023 Lemon

📋 copy color: '#FFF023'

red 255 ◦ green 240 ◦ blue 35

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

Shades of Lemon #FFF023

Tints of Lemon #FFF023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.6%

R = 48.11%
G = 45.28%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFF023 (or 0xFFF023) is known color: Lemon. HEX triplet: FF, F0 and 23. RGB value is (255,240,35). Sum of RGB (Red+Green+Blue) = 255+240+35=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 35 (14.06% from 255 or 6.60% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF023 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF023 is #000FDC. Grayscale: #DDDDDD. Windows color (decimal): -4061 or 2355455. OLE color: 2355455.

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

Color convert

RGB 255 240 35 -
CMYK 0 0.06 0.86 0
HSL 55.91º 1% 0.57% -
HSV(B) 55.91º 0.86% 1% -
XYZ 72.7 83.7 13.91 -
YUV 221.12 22.97 152.17 -
System Red Green Blue C M Y K H S L
Decimal 255 240 35 0 0.06 0.86 0 55.91 1 0.57
Hex FF F0 23 0 6 56 0 38 64 39
Octal 377 360 43 0 6 126 0 70 144 71
Binary 11111111 11110000 100011 0 110 1010110 0 111000 1100100 111001

Color Harmonies of #FFF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF023

Black with #FFF023

Text Example


Text Example

White with #FFF023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF023; }

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

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

background-color css

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

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

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

border-color css

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

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

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