Html Css Color HEX #FDB301 Selective Yellow

📋 copy color: '#FDB301'

red 253 ◦ green 179 ◦ blue 1

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

Shades of Selective Yellow #FDB301

Tints of Selective Yellow #FDB301

RGB

 RED value IS 253 (99.22% from 255) = 58.43%

 GREEN value IS 179 (70.31% from 255) = 41.34%

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

R = 58.43%
G = 41.34%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDB301 (or 0xFDB301) is known color: Selective Yellow. HEX triplet: FD, B3 and 01. RGB value is (253,179,1). Sum of RGB (Red+Green+Blue) = 253+179+1=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB301 is #024CFE. Grayscale: #B5B5B5. Windows color (decimal): -150783 or 111613. OLE color: 111613.

HSL color Cylindrical-coordinate representation of color #FDB301: hue angle of 42.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDB301 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 179 1 -
CMYK 0 0.29 1.00 0.01
HSL 42.38º 0.99% 0.5% -
HSV(B) 42.38º 1% 0.99% -
XYZ 56.63 53.13 7.3 -
YUV 180.83 26.52 179.47 -
System Red Green Blue C M Y K H S L
Decimal 253 179 1 0 0.29 1.00 0.01 42.38 0.99 0.5
Hex FD B3 1 0 1D 64 1 2A 63 32
Octal 375 263 1 0 35 144 1 52 143 62
Binary 11111101 10110011 1 0 11101 1100100 1 101010 1100011 110010

Color Harmonies of #FDB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB301

Black with #FDB301

Text Example


Text Example

White with #FDB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB301; }

 p { color: rgb(253,179,1); }

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

background-color css

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

 a { background-color: rgb(253,179,1); }

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

border-color css

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

 span { border-color: rgb(253,179,1); }

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