Html Css Color HEX #FDB912 Selective Yellow

📋 copy color: '#FDB912'

red 253 ◦ green 185 ◦ blue 18

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

Shades of Selective Yellow #FDB912

Tints of Selective Yellow #FDB912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.95%

R = 55.48%
G = 40.57%
B = 3.95%

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

#FDB912 (or 0xFDB912) is known color: Selective Yellow. HEX triplet: FD, B9 and 12. RGB value is (253,185,18). Sum of RGB (Red+Green+Blue) = 253+185+18=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB912 is #0246ED. Grayscale: #BBBBBB. Windows color (decimal): -149230 or 1227261. OLE color: 1227261.

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

Color convert

RGB 253 185 18 -
CMYK 0 0.27 0.93 0.01
HSL 42.64º 0.98% 0.53% -
HSV(B) 42.64º 0.93% 0.99% -
XYZ 57.97 55.62 8.25 -
YUV 186.29 33.03 175.58 -
System Red Green Blue C M Y K H S L
Decimal 253 185 18 0 0.27 0.93 0.01 42.64 0.98 0.53
Hex FD B9 12 0 1B 5D 1 2B 62 35
Octal 375 271 22 0 33 135 1 53 142 65
Binary 11111101 10111001 10010 0 11011 1011101 1 101011 1100010 110101

Color Harmonies of #FDB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB912

Black with #FDB912

Text Example


Text Example

White with #FDB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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