Html Css Color HEX #FDB500 Selective Yellow

📋 copy color: '#FDB500'

red 253 ◦ green 181 ◦ blue 0

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

Shades of Selective Yellow #FDB500

Tints of Selective Yellow #FDB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.29%
G = 41.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDB500 (or 0xFDB500) is known color: Selective Yellow. HEX triplet: FD, B5 and 00. RGB value is (253,181,0). Sum of RGB (Red+Green+Blue) = 253+181+0=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB500 is #024AFF. Grayscale: #B6B6B6. Windows color (decimal): -150272 or 46589. OLE color: 46589.

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

Color convert

RGB 253 181 0 -
CMYK 0 0.28 1 0.01
HSL 42.92º 1% 0.5% -
HSV(B) 42.92º 1% 0.99% -
XYZ 57.03 53.93 7.4 -
YUV 181.89 25.35 178.72 -
System Red Green Blue C M Y K H S L
Decimal 253 181 0 0 0.28 1 0.01 42.92 1 0.5
Hex FD B5 0 0 1C 64 1 2B 64 32
Octal 375 265 0 0 34 144 1 53 144 62
Binary 11111101 10110101 0 0 11100 1100100 1 101011 1100100 110010

Color Harmonies of #FDB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB500

Black with #FDB500

Text Example


Text Example

White with #FDB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB500; }

 p { color: rgb(253,181,0); }

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

background-color css

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

 a { background-color: rgb(253,181,0); }

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

border-color css

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

 span { border-color: rgb(253,181,0); }

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