Html Css Color HEX #FFB601 Selective Yellow

📋 copy color: '#FFB601'

red 255 ◦ green 182 ◦ blue 1

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

Shades of Selective Yellow #FFB601

Tints of Selective Yellow #FFB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

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

R = 58.22%
G = 41.55%
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

#FFB601 (or 0xFFB601) is known color: Selective Yellow. HEX triplet: FF, B6 and 01. RGB value is (255,182,1). Sum of RGB (Red+Green+Blue) = 255+182+1=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB601 is #0049FE. Grayscale: #B7B7B7. Windows color (decimal): -18943 or 112383. OLE color: 112383.

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

Color convert

RGB 255 182 1 -
CMYK 0 0.29 1.00 0
HSL 42.76º 1% 0.5% -
HSV(B) 42.76º 1% 1% -
XYZ 57.97 54.72 7.53 -
YUV 183.19 25.18 179.22 -
System Red Green Blue C M Y K H S L
Decimal 255 182 1 0 0.29 1.00 0 42.76 1 0.5
Hex FF B6 1 0 1D 64 0 2B 64 32
Octal 377 266 1 0 35 144 0 53 144 62
Binary 11111111 10110110 1 0 11101 1100100 0 101011 1100100 110010

Color Harmonies of #FFB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB601

Black with #FFB601

Text Example


Text Example

White with #FFB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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