Html Css Color HEX #FBF221 Lemon

📋 copy color: '#FBF221'

red 251 ◦ green 242 ◦ blue 33

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

Shades of Lemon #FBF221

Tints of Lemon #FBF221

RGB

 RED value IS 251 (98.44% from 255) = 47.72%

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 33 (13.28% from 255) = 6.27%

R = 47.72%
G = 46.01%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBF221 (or 0xFBF221) is known color: Lemon. HEX triplet: FB, F2 and 21. RGB value is (251,242,33). Sum of RGB (Red+Green+Blue) = 251+242+33=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 33 (13.28% from 255 or 6.27% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF221 is #040DDE. Grayscale: #DDDDDD. Windows color (decimal): -265695 or 2224891. OLE color: 2224891.

HSL color Cylindrical-coordinate representation of color #FBF221: hue angle of 57.52º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBF221 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 242 33 -
CMYK 0 0.04 0.87 0.02
HSL 57.52º 0.96% 0.56% -
HSV(B) 57.52º 0.87% 0.98% -
XYZ 71.81 84.12 13.89 -
YUV 220.87 21.98 149.49 -
System Red Green Blue C M Y K H S L
Decimal 251 242 33 0 0.04 0.87 0.02 57.52 0.96 0.56
Hex FB F2 21 0 4 57 2 3A 60 38
Octal 373 362 41 0 4 127 2 72 140 70
Binary 11111011 11110010 100001 0 100 1010111 10 111010 1100000 111000

Color Harmonies of #FBF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF221

Black with #FBF221

Text Example


Text Example

White with #FBF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF221; }

 p { color: rgb(251,242,33); }

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

background-color css

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

 a { background-color: rgb(251,242,33); }

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

border-color css

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

 span { border-color: rgb(251,242,33); }

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