Html Css Color HEX #FAD112 Turbo

📋 copy color: '#FAD112'

red 250 ◦ green 209 ◦ blue 18

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

Shades of Turbo #FAD112

Tints of Turbo #FAD112

RGB

 RED value IS 250 (98.05% from 255) = 52.41%

 GREEN value IS 209 (82.03% from 255) = 43.82%

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

R = 52.41%
G = 43.82%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAD112 (or 0xFAD112) is known color: Turbo. HEX triplet: FA, D1 and 12. RGB value is (250,209,18). Sum of RGB (Red+Green+Blue) = 250+209+18=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD112 is #052EED. Grayscale: #C8C8C8. Windows color (decimal): -339694 or 1233402. OLE color: 1233402.

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

Color convert

RGB 250 209 18 -
CMYK 0 0.16 0.93 0.02
HSL 49.4º 0.96% 0.53% -
HSV(B) 49.4º 0.93% 0.98% -
XYZ 62.33 65.97 10.02 -
YUV 199.49 25.58 164.03 -
System Red Green Blue C M Y K H S L
Decimal 250 209 18 0 0.16 0.93 0.02 49.4 0.96 0.53
Hex FA D1 12 0 10 5D 2 31 60 35
Octal 372 321 22 0 20 135 2 61 140 65
Binary 11111010 11010001 10010 0 10000 1011101 10 110001 1100000 110101

Color Harmonies of #FAD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD112

Black with #FAD112

Text Example


Text Example

White with #FAD112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD112; }

 p { color: rgb(250,209,18); }

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

background-color css

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

 a { background-color: rgb(250,209,18); }

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

border-color css

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

 span { border-color: rgb(250,209,18); }

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