Html Css Color HEX #FDB304 Selective Yellow

📋 copy color: '#FDB304'

red 253 ◦ green 179 ◦ blue 4

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

Shades of Selective Yellow #FDB304

Tints of Selective Yellow #FDB304

RGB

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

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

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

R = 58.03%
G = 41.06%
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

#FDB304 (or 0xFDB304) is known color: Selective Yellow. HEX triplet: FD, B3 and 04. RGB value is (253,179,4). Sum of RGB (Red+Green+Blue) = 253+179+4=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB304 is #024CFB. Grayscale: #B5B5B5. Windows color (decimal): -150780 or 308221. OLE color: 308221.

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

Color convert

RGB 253 179 4 -
CMYK 0 0.29 0.98 0.01
HSL 42.17º 0.98% 0.5% -
HSV(B) 42.17º 0.98% 0.99% -
XYZ 56.65 53.13 7.38 -
YUV 181.18 28.02 179.23 -
System Red Green Blue C M Y K H S L
Decimal 253 179 4 0 0.29 0.98 0.01 42.17 0.98 0.5
Hex FD B3 4 0 1D 62 1 2A 62 32
Octal 375 263 4 0 35 142 1 52 142 62
Binary 11111101 10110011 100 0 11101 1100010 1 101010 1100010 110010

Color Harmonies of #FDB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB304

Black with #FDB304

Text Example


Text Example

White with #FDB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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