Html Css Color HEX #FBF30C Lemon

📋 copy color: '#FBF30C'

red 251 ◦ green 243 ◦ blue 12

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

Shades of Lemon #FBF30C

Tints of Lemon #FBF30C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.02%

 BLUE value IS 12 (5.08% from 255) = 2.37%

R = 49.6%
G = 48.02%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBF30C (or 0xFBF30C) is known color: Lemon. HEX triplet: FB, F3 and 0C. RGB value is (251,243,12). Sum of RGB (Red+Green+Blue) = 251+243+12=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 12 (5.08% from 255 or 2.37% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF30C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF30C is #040CF3. Grayscale: #DBDBDB. Windows color (decimal): -265460 or 848891. OLE color: 848891.

HSL color Cylindrical-coordinate representation of color #FBF30C: hue angle of 57.99º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBF30C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 243 12 -
CMYK 0 0.03 0.95 0.02
HSL 57.99º 0.97% 0.52% -
HSV(B) 57.99º 0.95% 0.98% -
XYZ 71.9 84.64 12.89 -
YUV 219.06 11.15 150.78 -
System Red Green Blue C M Y K H S L
Decimal 251 243 12 0 0.03 0.95 0.02 57.99 0.97 0.52
Hex FB F3 C 0 3 5F 2 3A 61 34
Octal 373 363 14 0 3 137 2 72 141 64
Binary 11111011 11110011 1100 0 11 1011111 10 111010 1100001 110100

Color Harmonies of #FBF30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF30C

Black with #FBF30C

Text Example


Text Example

White with #FBF30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF30C; }

 p { color: rgb(251,243,12); }

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

background-color css

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

 a { background-color: rgb(251,243,12); }

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

border-color css

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

 span { border-color: rgb(251,243,12); }

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