Html Css Color HEX #FDB300 Selective Yellow

📋 copy color: '#FDB300'

red 253 ◦ green 179 ◦ blue 0

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

Shades of Selective Yellow #FDB300

Tints of Selective Yellow #FDB300

RGB

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

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

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

R = 58.56%
G = 41.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDB300 (or 0xFDB300) is known color: Selective Yellow. HEX triplet: FD, B3 and 00. RGB value is (253,179,0). Sum of RGB (Red+Green+Blue) = 253+179+0=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB300 is #024CFF. Grayscale: #B5B5B5. Windows color (decimal): -150784 or 46077. OLE color: 46077.

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

Color convert

RGB 253 179 0 -
CMYK 0 0.29 1 0.01
HSL 42.45º 1% 0.5% -
HSV(B) 42.45º 1% 0.99% -
XYZ 56.63 53.12 7.27 -
YUV 180.72 26.02 179.55 -
System Red Green Blue C M Y K H S L
Decimal 253 179 0 0 0.29 1 0.01 42.45 1 0.5
Hex FD B3 0 0 1D 64 1 2A 64 32
Octal 375 263 0 0 35 144 1 52 144 62
Binary 11111101 10110011 0 0 11101 1100100 1 101010 1100100 110010

Color Harmonies of #FDB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB300

Black with #FDB300

Text Example


Text Example

White with #FDB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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