Html Css Color HEX #FDB406 Selective Yellow

📋 copy color: '#FDB406'

red 253 ◦ green 180 ◦ blue 6

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

Shades of Selective Yellow #FDB406

Tints of Selective Yellow #FDB406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 57.63%
G = 41%
B = 1.37%

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

#FDB406 (or 0xFDB406) is known color: Selective Yellow. HEX triplet: FD, B4 and 06. RGB value is (253,180,6). Sum of RGB (Red+Green+Blue) = 253+180+6=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB406 is #024BF9. Grayscale: #B6B6B6. Windows color (decimal): -150522 or 439549. OLE color: 439549.

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

Color convert

RGB 253 180 6 -
CMYK 0 0.29 0.98 0.01
HSL 42.27º 0.98% 0.51% -
HSV(B) 42.27º 0.98% 0.99% -
XYZ 56.86 53.54 7.51 -
YUV 181.99 28.68 178.65 -
System Red Green Blue C M Y K H S L
Decimal 253 180 6 0 0.29 0.98 0.01 42.27 0.98 0.51
Hex FD B4 6 0 1D 62 1 2A 62 33
Octal 375 264 6 0 35 142 1 52 142 63
Binary 11111101 10110100 110 0 11101 1100010 1 101010 1100010 110011

Color Harmonies of #FDB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB406

Black with #FDB406

Text Example


Text Example

White with #FDB406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB406; }

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

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

background-color css

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

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

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

border-color css

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

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

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