Html Css Color HEX #FBB301 Selective Yellow

📋 copy color: '#FBB301'

red 251 ◦ green 179 ◦ blue 1

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

Shades of Selective Yellow #FBB301

Tints of Selective Yellow #FBB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

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

R = 58.24%
G = 41.53%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBB301 (or 0xFBB301) is known color: Selective Yellow. HEX triplet: FB, B3 and 01. RGB value is (251,179,1). Sum of RGB (Red+Green+Blue) = 251+179+1=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB301 is #044CFE. Grayscale: #B5B5B5. Windows color (decimal): -281855 or 111611. OLE color: 111611.

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

Color convert

RGB 251 179 1 -
CMYK 0 0.29 1.00 0.02
HSL 42.72º 0.99% 0.49% -
HSV(B) 42.72º 1% 0.98% -
XYZ 55.91 52.75 7.26 -
YUV 180.24 26.85 178.47 -
System Red Green Blue C M Y K H S L
Decimal 251 179 1 0 0.29 1.00 0.02 42.72 0.99 0.49
Hex FB B3 1 0 1D 64 2 2B 63 31
Octal 373 263 1 0 35 144 2 53 143 61
Binary 11111011 10110011 1 0 11101 1100100 10 101011 1100011 110001

Color Harmonies of #FBB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB301

Black with #FBB301

Text Example


Text Example

White with #FBB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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