Html Css Color HEX #FBF401 Yellow

📋 copy color: '#FBF401'

red 251 ◦ green 244 ◦ blue 1

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

Shades of Yellow #FBF401

Tints of Yellow #FBF401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.19%

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

R = 50.6%
G = 49.19%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBF401 (or 0xFBF401) is known color: Yellow. HEX triplet: FB, F4 and 01. RGB value is (251,244,1). Sum of RGB (Red+Green+Blue) = 251+244+1=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF401 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF401 is #040BFE. Grayscale: #DBDBDB. Windows color (decimal): -265215 or 128251. OLE color: 128251.

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

Color convert

RGB 251 244 1 -
CMYK 0 0.03 1.00 0.02
HSL 58.32º 0.99% 0.49% -
HSV(B) 58.32º 1% 0.98% -
XYZ 72.14 85.21 12.67 -
YUV 218.39 5.32 151.26 -
System Red Green Blue C M Y K H S L
Decimal 251 244 1 0 0.03 1.00 0.02 58.32 0.99 0.49
Hex FB F4 1 0 3 64 2 3A 63 31
Octal 373 364 1 0 3 144 2 72 143 61
Binary 11111011 11110100 1 0 11 1100100 10 111010 1100011 110001

Color Harmonies of #FBF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF401

Black with #FBF401

Text Example


Text Example

White with #FBF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF401; }

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

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

background-color css

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

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

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

border-color css

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

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

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