Html Css Color HEX #FDB911 Selective Yellow

📋 copy color: '#FDB911'

red 253 ◦ green 185 ◦ blue 17

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

Shades of Selective Yellow #FDB911

Tints of Selective Yellow #FDB911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.74%

R = 55.6%
G = 40.66%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDB911 (or 0xFDB911) is known color: Selective Yellow. HEX triplet: FD, B9 and 11. RGB value is (253,185,17). Sum of RGB (Red+Green+Blue) = 253+185+17=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB911 is #0246EE. Grayscale: #BABABA. Windows color (decimal): -149231 or 1161725. OLE color: 1161725.

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

Color convert

RGB 253 185 17 -
CMYK 0 0.27 0.93 0.01
HSL 42.71º 0.98% 0.53% -
HSV(B) 42.71º 0.93% 0.99% -
XYZ 57.96 55.62 8.21 -
YUV 186.18 32.53 175.66 -
System Red Green Blue C M Y K H S L
Decimal 253 185 17 0 0.27 0.93 0.01 42.71 0.98 0.53
Hex FD B9 11 0 1B 5D 1 2B 62 35
Octal 375 271 21 0 33 135 1 53 142 65
Binary 11111101 10111001 10001 0 11011 1011101 1 101011 1100010 110101

Color Harmonies of #FDB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB911

Black with #FDB911

Text Example


Text Example

White with #FDB911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB911; }

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

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

background-color css

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

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

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

border-color css

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

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

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