Html Css Color HEX #FDB104 Selective Yellow

📋 copy color: '#FDB104'

red 253 ◦ green 177 ◦ blue 4

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

Shades of Selective Yellow #FDB104

Tints of Selective Yellow #FDB104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

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

R = 58.29%
G = 40.78%
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

#FDB104 (or 0xFDB104) is known color: Selective Yellow. HEX triplet: FD, B1 and 04. RGB value is (253,177,4). Sum of RGB (Red+Green+Blue) = 253+177+4=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB104 is #024EFB. Grayscale: #B4B4B4. Windows color (decimal): -151292 or 307709. OLE color: 307709.

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

Color convert

RGB 253 177 4 -
CMYK 0 0.30 0.98 0.01
HSL 41.69º 0.98% 0.5% -
HSV(B) 41.69º 0.98% 0.99% -
XYZ 56.25 52.34 7.25 -
YUV 180 28.68 180.07 -
System Red Green Blue C M Y K H S L
Decimal 253 177 4 0 0.30 0.98 0.01 41.69 0.98 0.5
Hex FD B1 4 0 1E 62 1 2A 62 32
Octal 375 261 4 0 36 142 1 52 142 62
Binary 11111101 10110001 100 0 11110 1100010 1 101010 1100010 110010

Color Harmonies of #FDB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB104

Black with #FDB104

Text Example


Text Example

White with #FDB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB104; }

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

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

background-color css

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

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

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

border-color css

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

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

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