Html Css Color HEX #FBF901 Yellow

📋 copy color: '#FBF901'

red 251 ◦ green 249 ◦ blue 1

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

Shades of Yellow #FBF901

Tints of Yellow #FBF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

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

R = 50.1%
G = 49.7%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBF901 (or 0xFBF901) is known color: Yellow. HEX triplet: FB, F9 and 01. RGB value is (251,249,1). Sum of RGB (Red+Green+Blue) = 251+249+1=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 1 (0.78% from 255 or 0.20% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF901 is #0406FE. Grayscale: #DEDEDE. Windows color (decimal): -263935 or 129531. OLE color: 129531.

HSL color Cylindrical-coordinate representation of color #FBF901: hue angle of 59.52º 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 #FBF901 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 249 1 -
CMYK 0 0.01 1.00 0.02
HSL 59.52º 0.99% 0.49% -
HSV(B) 59.52º 1% 0.98% -
XYZ 73.66 88.26 13.18 -
YUV 221.33 3.66 149.17 -
System Red Green Blue C M Y K H S L
Decimal 251 249 1 0 0.01 1.00 0.02 59.52 0.99 0.49
Hex FB F9 1 0 1 64 2 3C 63 31
Octal 373 371 1 0 1 144 2 74 143 61
Binary 11111011 11111001 1 0 1 1100100 10 111100 1100011 110001

Color Harmonies of #FBF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF901

Black with #FBF901

Text Example


Text Example

White with #FBF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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