Html Css Color HEX #FFB901 Selective Yellow

📋 copy color: '#FFB901'

red 255 ◦ green 185 ◦ blue 1

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

Shades of Selective Yellow #FFB901

Tints of Selective Yellow #FFB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

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

R = 57.82%
G = 41.95%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFB901 (or 0xFFB901) is known color: Selective Yellow. HEX triplet: FF, B9 and 01. RGB value is (255,185,1). Sum of RGB (Red+Green+Blue) = 255+185+1=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB901 is #0046FE. Grayscale: #B9B9B9. Windows color (decimal): -18175 or 113151. OLE color: 113151.

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

Color convert

RGB 255 185 1 -
CMYK 0 0.27 1.00 0
HSL 43.46º 1% 0.5% -
HSV(B) 43.46º 1% 1% -
XYZ 58.59 55.96 7.74 -
YUV 184.95 24.19 177.96 -
System Red Green Blue C M Y K H S L
Decimal 255 185 1 0 0.27 1.00 0 43.46 1 0.5
Hex FF B9 1 0 1B 64 0 2B 64 32
Octal 377 271 1 0 33 144 0 53 144 62
Binary 11111111 10111001 1 0 11011 1100100 0 101011 1100100 110010

Color Harmonies of #FFB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB901

Black with #FFB901

Text Example


Text Example

White with #FFB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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