Html Css Color HEX #FBF223 Lemon

📋 copy color: '#FBF223'

red 251 ◦ green 242 ◦ blue 35

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

Shades of Lemon #FBF223

Tints of Lemon #FBF223

RGB

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

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

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

R = 47.54%
G = 45.83%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBF223 (or 0xFBF223) is known color: Lemon. HEX triplet: FB, F2 and 23. RGB value is (251,242,35). Sum of RGB (Red+Green+Blue) = 251+242+35=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 35 (14.06% from 255 or 6.63% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF223 is #040DDC. Grayscale: #DDDDDD. Windows color (decimal): -265693 or 2355963. OLE color: 2355963.

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

Color convert

RGB 251 242 35 -
CMYK 0 0.04 0.86 0.02
HSL 57.5º 0.96% 0.56% -
HSV(B) 57.5º 0.86% 0.98% -
XYZ 71.84 84.13 14.04 -
YUV 221.09 22.98 149.33 -
System Red Green Blue C M Y K H S L
Decimal 251 242 35 0 0.04 0.86 0.02 57.5 0.96 0.56
Hex FB F2 23 0 4 56 2 3A 60 38
Octal 373 362 43 0 4 126 2 72 140 70
Binary 11111011 11110010 100011 0 100 1010110 10 111010 1100000 111000

Color Harmonies of #FBF223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF223

Black with #FBF223

Text Example


Text Example

White with #FBF223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF223; }

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

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

background-color css

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

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

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

border-color css

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

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

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