Html Css Color HEX #FDB201 Selective Yellow

📋 copy color: '#FDB201'

red 253 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #FDB201

Tints of Selective Yellow #FDB201

RGB

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

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

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

R = 58.56%
G = 41.2%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDB201 (or 0xFDB201) is known color: Selective Yellow. HEX triplet: FD, B2 and 01. RGB value is (253,178,1). Sum of RGB (Red+Green+Blue) = 253+178+1=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB201 is #024DFE. Grayscale: #B5B5B5. Windows color (decimal): -151039 or 111357. OLE color: 111357.

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

Color convert

RGB 253 178 1 -
CMYK 0 0.30 1.00 0.01
HSL 42.14º 0.99% 0.5% -
HSV(B) 42.14º 1% 0.99% -
XYZ 56.43 52.73 7.23 -
YUV 180.25 26.85 179.89 -
System Red Green Blue C M Y K H S L
Decimal 253 178 1 0 0.30 1.00 0.01 42.14 0.99 0.5
Hex FD B2 1 0 1E 64 1 2A 63 32
Octal 375 262 1 0 36 144 1 52 143 62
Binary 11111101 10110010 1 0 11110 1100100 1 101010 1100011 110010

Color Harmonies of #FDB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB201

Black with #FDB201

Text Example


Text Example

White with #FDB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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