Html Css Color HEX #FDB910 Selective Yellow

📋 copy color: '#FDB910'

red 253 ◦ green 185 ◦ blue 16

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

Shades of Selective Yellow #FDB910

Tints of Selective Yellow #FDB910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 55.73%
G = 40.75%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDB910 (or 0xFDB910) is known color: Selective Yellow. HEX triplet: FD, B9 and 10. RGB value is (253,185,16). Sum of RGB (Red+Green+Blue) = 253+185+16=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB910 is #0246EF. Grayscale: #BABABA. Windows color (decimal): -149232 or 1096189. OLE color: 1096189.

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

Color convert

RGB 253 185 16 -
CMYK 0 0.27 0.94 0.01
HSL 42.78º 0.98% 0.53% -
HSV(B) 42.78º 0.94% 0.99% -
XYZ 57.95 55.62 8.17 -
YUV 186.07 32.03 175.74 -
System Red Green Blue C M Y K H S L
Decimal 253 185 16 0 0.27 0.94 0.01 42.78 0.98 0.53
Hex FD B9 10 0 1B 5E 1 2B 62 35
Octal 375 271 20 0 33 136 1 53 142 65
Binary 11111101 10111001 10000 0 11011 1011110 1 101011 1100010 110101

Color Harmonies of #FDB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB910

Black with #FDB910

Text Example


Text Example

White with #FDB910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB910; }

 p { color: rgb(253,185,16); }

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

background-color css

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

 a { background-color: rgb(253,185,16); }

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

border-color css

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

 span { border-color: rgb(253,185,16); }

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