Html Css Color HEX #FFB501 Selective Yellow

📋 copy color: '#FFB501'

red 255 ◦ green 181 ◦ blue 1

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

Shades of Selective Yellow #FFB501

Tints of Selective Yellow #FFB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

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

R = 58.35%
G = 41.42%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFB501 (or 0xFFB501) is known color: Selective Yellow. HEX triplet: FF, B5 and 01. RGB value is (255,181,1). Sum of RGB (Red+Green+Blue) = 255+181+1=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB501 is #004AFE. Grayscale: #B7B7B7. Windows color (decimal): -19199 or 112127. OLE color: 112127.

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

Color convert

RGB 255 181 1 -
CMYK 0 0.29 1.00 0
HSL 42.52º 1% 0.5% -
HSV(B) 42.52º 1% 1% -
XYZ 57.77 54.31 7.47 -
YUV 182.61 25.52 179.64 -
System Red Green Blue C M Y K H S L
Decimal 255 181 1 0 0.29 1.00 0 42.52 1 0.5
Hex FF B5 1 0 1D 64 0 2B 64 32
Octal 377 265 1 0 35 144 0 53 144 62
Binary 11111111 10110101 1 0 11101 1100100 0 101011 1100100 110010

Color Harmonies of #FFB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB501

Black with #FFB501

Text Example


Text Example

White with #FFB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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