Html Css Color HEX #FFB101 Selective Yellow

📋 copy color: '#FFB101'

red 255 ◦ green 177 ◦ blue 1

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

Shades of Selective Yellow #FFB101

Tints of Selective Yellow #FFB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

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

R = 58.89%
G = 40.88%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFB101 (or 0xFFB101) is known color: Selective Yellow. HEX triplet: FF, B1 and 01. RGB value is (255,177,1). Sum of RGB (Red+Green+Blue) = 255+177+1=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB101 is #004EFE. Grayscale: #B5B5B5. Windows color (decimal): -20223 or 111103. OLE color: 111103.

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

Color convert

RGB 255 177 1 -
CMYK 0 0.31 1.00 0
HSL 41.57º 1% 0.5% -
HSV(B) 41.57º 1% 1% -
XYZ 56.97 52.71 7.2 -
YUV 180.26 26.84 181.31 -
System Red Green Blue C M Y K H S L
Decimal 255 177 1 0 0.31 1.00 0 41.57 1 0.5
Hex FF B1 1 0 1F 64 0 2A 64 32
Octal 377 261 1 0 37 144 0 52 144 62
Binary 11111111 10110001 1 0 11111 1100100 0 101010 1100100 110010

Color Harmonies of #FFB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB101

Black with #FFB101

Text Example


Text Example

White with #FFB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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