Html Css Color HEX #FDB403 Selective Yellow

📋 copy color: '#FDB403'

red 253 ◦ green 180 ◦ blue 3

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

Shades of Selective Yellow #FDB403

Tints of Selective Yellow #FDB403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 58.03%
G = 41.28%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDB403 (or 0xFDB403) is known color: Selective Yellow. HEX triplet: FD, B4 and 03. RGB value is (253,180,3). Sum of RGB (Red+Green+Blue) = 253+180+3=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB403 is #024BFC. Grayscale: #B6B6B6. Windows color (decimal): -150525 or 242941. OLE color: 242941.

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

Color convert

RGB 253 180 3 -
CMYK 0 0.29 0.99 0.01
HSL 42.48º 0.98% 0.5% -
HSV(B) 42.48º 0.99% 0.99% -
XYZ 56.85 53.53 7.42 -
YUV 181.65 27.18 178.89 -
System Red Green Blue C M Y K H S L
Decimal 253 180 3 0 0.29 0.99 0.01 42.48 0.98 0.5
Hex FD B4 3 0 1D 63 1 2A 62 32
Octal 375 264 3 0 35 143 1 52 142 62
Binary 11111101 10110100 11 0 11101 1100011 1 101010 1100010 110010

Color Harmonies of #FDB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB403

Black with #FDB403

Text Example


Text Example

White with #FDB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB403; }

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

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

background-color css

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

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

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

border-color css

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

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

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