Html Css Color HEX #FDB404 Selective Yellow

📋 copy color: '#FDB404'

red 253 ◦ green 180 ◦ blue 4

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

Shades of Selective Yellow #FDB404

Tints of Selective Yellow #FDB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 57.89%
G = 41.19%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDB404 (or 0xFDB404) is known color: Selective Yellow. HEX triplet: FD, B4 and 04. RGB value is (253,180,4). Sum of RGB (Red+Green+Blue) = 253+180+4=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB404 is #024BFB. Grayscale: #B6B6B6. Windows color (decimal): -150524 or 308477. OLE color: 308477.

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

Color convert

RGB 253 180 4 -
CMYK 0 0.29 0.98 0.01
HSL 42.41º 0.98% 0.5% -
HSV(B) 42.41º 0.98% 0.99% -
XYZ 56.85 53.53 7.45 -
YUV 181.76 27.68 178.81 -
System Red Green Blue C M Y K H S L
Decimal 253 180 4 0 0.29 0.98 0.01 42.41 0.98 0.5
Hex FD B4 4 0 1D 62 1 2A 62 32
Octal 375 264 4 0 35 142 1 52 142 62
Binary 11111101 10110100 100 0 11101 1100010 1 101010 1100010 110010

Color Harmonies of #FDB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB404

Black with #FDB404

Text Example


Text Example

White with #FDB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB404; }

 p { color: rgb(253,180,4); }

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

background-color css

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

 a { background-color: rgb(253,180,4); }

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

border-color css

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

 span { border-color: rgb(253,180,4); }

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