Html Css Color HEX #FDB204 Selective Yellow

📋 copy color: '#FDB204'

red 253 ◦ green 178 ◦ blue 4

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

Shades of Selective Yellow #FDB204

Tints of Selective Yellow #FDB204

RGB

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

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

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

R = 58.16%
G = 40.92%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDB204 (or 0xFDB204) is known color: Selective Yellow. HEX triplet: FD, B2 and 04. RGB value is (253,178,4). Sum of RGB (Red+Green+Blue) = 253+178+4=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB204 is #024DFB. Grayscale: #B5B5B5. Windows color (decimal): -151036 or 307965. OLE color: 307965.

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

Color convert

RGB 253 178 4 -
CMYK 0 0.30 0.98 0.01
HSL 41.93º 0.98% 0.5% -
HSV(B) 41.93º 0.98% 0.99% -
XYZ 56.45 52.73 7.32 -
YUV 180.59 28.35 179.65 -
System Red Green Blue C M Y K H S L
Decimal 253 178 4 0 0.30 0.98 0.01 41.93 0.98 0.5
Hex FD B2 4 0 1E 62 1 2A 62 32
Octal 375 262 4 0 36 142 1 52 142 62
Binary 11111101 10110010 100 0 11110 1100010 1 101010 1100010 110010

Color Harmonies of #FDB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB204

Black with #FDB204

Text Example


Text Example

White with #FDB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB204; }

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

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

background-color css

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

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

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

border-color css

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

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

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