Html Css Color HEX #FBF101 Yellow

📋 copy color: '#FBF101'

red 251 ◦ green 241 ◦ blue 1

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

Shades of Yellow #FBF101

Tints of Yellow #FBF101

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.88%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.91%
G = 48.88%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBF101 (or 0xFBF101) is known color: Yellow. HEX triplet: FB, F1 and 01. RGB value is (251,241,1). Sum of RGB (Red+Green+Blue) = 251+241+1=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 1 (0.78% from 255 or 0.20% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF101 is #040EFE. Grayscale: #D9D9D9. Windows color (decimal): -265983 or 127483. OLE color: 127483.

HSL color Cylindrical-coordinate representation of color #FBF101: hue angle of 57.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBF101 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 241 1 -
CMYK 0 0.04 1.00 0.02
HSL 57.6º 0.99% 0.49% -
HSV(B) 57.6º 1% 0.98% -
XYZ 71.24 83.42 12.38 -
YUV 216.63 6.31 152.51 -
System Red Green Blue C M Y K H S L
Decimal 251 241 1 0 0.04 1.00 0.02 57.6 0.99 0.49
Hex FB F1 1 0 4 64 2 3A 63 31
Octal 373 361 1 0 4 144 2 72 143 61
Binary 11111011 11110001 1 0 100 1100100 10 111010 1100011 110001

Color Harmonies of #FBF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF101

Black with #FBF101

Text Example


Text Example

White with #FBF101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF101; }

 p { color: rgb(251,241,1); }

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

background-color css

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

 a { background-color: rgb(251,241,1); }

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

border-color css

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

 span { border-color: rgb(251,241,1); }

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