Html Css Color HEX #FDB006 Selective Yellow

📋 copy color: '#FDB006'

red 253 ◦ green 176 ◦ blue 6

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

Shades of Selective Yellow #FDB006

Tints of Selective Yellow #FDB006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 58.16%
G = 40.46%
B = 1.38%

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

#FDB006 (or 0xFDB006) is known color: Selective Yellow. HEX triplet: FD, B0 and 06. RGB value is (253,176,6). Sum of RGB (Red+Green+Blue) = 253+176+6=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB006 is #024FF9. Grayscale: #B4B4B4. Windows color (decimal): -151546 or 438525. OLE color: 438525.

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

Color convert

RGB 253 176 6 -
CMYK 0 0.30 0.98 0.01
HSL 41.3º 0.98% 0.51% -
HSV(B) 41.3º 0.98% 0.99% -
XYZ 56.07 51.95 7.24 -
YUV 179.64 30.01 180.32 -
System Red Green Blue C M Y K H S L
Decimal 253 176 6 0 0.30 0.98 0.01 41.3 0.98 0.51
Hex FD B0 6 0 1E 62 1 29 62 33
Octal 375 260 6 0 36 142 1 51 142 63
Binary 11111101 10110000 110 0 11110 1100010 1 101001 1100010 110011

Color Harmonies of #FDB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB006

Black with #FDB006

Text Example


Text Example

White with #FDB006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB006; }

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

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

background-color css

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

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

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

border-color css

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

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

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