Html Css Color HEX #FFB301 Selective Yellow

📋 copy color: '#FFB301'

red 255 ◦ green 179 ◦ blue 1

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

Shades of Selective Yellow #FFB301

Tints of Selective Yellow #FFB301

RGB

 RED value IS 255 (100% from 255) = 58.62%

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

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

R = 58.62%
G = 41.15%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFB301 (or 0xFFB301) is known color: Selective Yellow. HEX triplet: FF, B3 and 01. RGB value is (255,179,1). Sum of RGB (Red+Green+Blue) = 255+179+1=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB301 is #004CFE. Grayscale: #B6B6B6. Windows color (decimal): -19711 or 111615. OLE color: 111615.

HSL color Cylindrical-coordinate representation of color #FFB301: hue angle of 42.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFB301 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 179 1 -
CMYK 0 0.30 1.00 0
HSL 42.05º 1% 0.5% -
HSV(B) 42.05º 1% 1% -
XYZ 57.37 53.5 7.33 -
YUV 181.43 26.18 180.47 -
System Red Green Blue C M Y K H S L
Decimal 255 179 1 0 0.30 1.00 0 42.05 1 0.5
Hex FF B3 1 0 1E 64 0 2A 64 32
Octal 377 263 1 0 36 144 0 52 144 62
Binary 11111111 10110011 1 0 11110 1100100 0 101010 1100100 110010

Color Harmonies of #FFB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB301

Black with #FFB301

Text Example


Text Example

White with #FFB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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