Html Css Color HEX #FDB600 Selective Yellow

📋 copy color: '#FDB600'

red 253 ◦ green 182 ◦ blue 0

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

Shades of Selective Yellow #FDB600

Tints of Selective Yellow #FDB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.16%
G = 41.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDB600 (or 0xFDB600) is known color: Selective Yellow. HEX triplet: FD, B6 and 00. RGB value is (253,182,0). Sum of RGB (Red+Green+Blue) = 253+182+0=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB600 is #0249FF. Grayscale: #B7B7B7. Windows color (decimal): -150016 or 46845. OLE color: 46845.

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

Color convert

RGB 253 182 0 -
CMYK 0 0.28 1 0.01
HSL 43.16º 1% 0.5% -
HSV(B) 43.16º 1% 0.99% -
XYZ 57.24 54.34 7.47 -
YUV 182.48 25.02 178.3 -
System Red Green Blue C M Y K H S L
Decimal 253 182 0 0 0.28 1 0.01 43.16 1 0.5
Hex FD B6 0 0 1C 64 1 2B 64 32
Octal 375 266 0 0 34 144 1 53 144 62
Binary 11111101 10110110 0 0 11100 1100100 1 101011 1100100 110010

Color Harmonies of #FDB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB600

Black with #FDB600

Text Example


Text Example

White with #FDB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB600; }

 p { color: rgb(253,182,0); }

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

background-color css

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

 a { background-color: rgb(253,182,0); }

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

border-color css

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

 span { border-color: rgb(253,182,0); }

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