Html Css Color HEX #FFB701 Selective Yellow

📋 copy color: '#FFB701'

red 255 ◦ green 183 ◦ blue 1

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

Shades of Selective Yellow #FFB701

Tints of Selective Yellow #FFB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.69%

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

R = 58.09%
G = 41.69%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFB701 (or 0xFFB701) is known color: Selective Yellow. HEX triplet: FF, B7 and 01. RGB value is (255,183,1). Sum of RGB (Red+Green+Blue) = 255+183+1=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB701 is #0048FE. Grayscale: #B8B8B8. Windows color (decimal): -18687 or 112639. OLE color: 112639.

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

Color convert

RGB 255 183 1 -
CMYK 0 0.28 1.00 0
HSL 42.99º 1% 0.5% -
HSV(B) 42.99º 1% 1% -
XYZ 58.18 55.13 7.6 -
YUV 183.78 24.85 178.8 -
System Red Green Blue C M Y K H S L
Decimal 255 183 1 0 0.28 1.00 0 42.99 1 0.5
Hex FF B7 1 0 1C 64 0 2B 64 32
Octal 377 267 1 0 34 144 0 53 144 62
Binary 11111111 10110111 1 0 11100 1100100 0 101011 1100100 110010

Color Harmonies of #FFB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB701

Black with #FFB701

Text Example


Text Example

White with #FFB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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