Html Css Color HEX #FFB201 Selective Yellow

📋 copy color: '#FFB201'

red 255 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #FFB201

Tints of Selective Yellow #FFB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

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

R = 58.76%
G = 41.01%
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

#FFB201 (or 0xFFB201) is known color: Selective Yellow. HEX triplet: FF, B2 and 01. RGB value is (255,178,1). Sum of RGB (Red+Green+Blue) = 255+178+1=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB201 is #004DFE. Grayscale: #B5B5B5. Windows color (decimal): -19967 or 111359. OLE color: 111359.

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

Color convert

RGB 255 178 1 -
CMYK 0 0.30 1.00 0
HSL 41.81º 1% 0.5% -
HSV(B) 41.81º 1% 1% -
XYZ 57.17 53.1 7.27 -
YUV 180.85 26.51 180.89 -
System Red Green Blue C M Y K H S L
Decimal 255 178 1 0 0.30 1.00 0 41.81 1 0.5
Hex FF B2 1 0 1E 64 0 2A 64 32
Octal 377 262 1 0 36 144 0 52 144 62
Binary 11111111 10110010 1 0 11110 1100100 0 101010 1100100 110010

Color Harmonies of #FFB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB201

Black with #FFB201

Text Example


Text Example

White with #FFB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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