Html Css Color HEX #FBF301 Yellow

📋 copy color: '#FBF301'

red 251 ◦ green 243 ◦ blue 1

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

Shades of Yellow #FBF301

Tints of Yellow #FBF301

RGB

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

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

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

R = 50.71%
G = 49.09%
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

#FBF301 (or 0xFBF301) is known color: Yellow. HEX triplet: FB, F3 and 01. RGB value is (251,243,1). Sum of RGB (Red+Green+Blue) = 251+243+1=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 1 (0.78% from 255 or 0.20% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF301 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF301 is #040CFE. Grayscale: #DADADA. Windows color (decimal): -265471 or 127995. OLE color: 127995.

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

Color convert

RGB 251 243 1 -
CMYK 0 0.03 1.00 0.02
HSL 58.08º 0.99% 0.49% -
HSV(B) 58.08º 1% 0.98% -
XYZ 71.84 84.61 12.57 -
YUV 217.8 5.65 151.68 -
System Red Green Blue C M Y K H S L
Decimal 251 243 1 0 0.03 1.00 0.02 58.08 0.99 0.49
Hex FB F3 1 0 3 64 2 3A 63 31
Octal 373 363 1 0 3 144 2 72 143 61
Binary 11111011 11110011 1 0 11 1100100 10 111010 1100011 110001

Color Harmonies of #FBF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF301

Black with #FBF301

Text Example


Text Example

White with #FBF301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF301; }

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

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

background-color css

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

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

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

border-color css

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

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

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