Html Css Color HEX #FAD212 Turbo

📋 copy color: '#FAD212'

red 250 ◦ green 210 ◦ blue 18

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

Shades of Turbo #FAD212

Tints of Turbo #FAD212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.93%

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

R = 52.3%
G = 43.93%
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

#FAD212 (or 0xFAD212) is known color: Turbo. HEX triplet: FA, D2 and 12. RGB value is (250,210,18). Sum of RGB (Red+Green+Blue) = 250+210+18=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD212 is #052DED. Grayscale: #C8C8C8. Windows color (decimal): -339438 or 1233658. OLE color: 1233658.

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

Color convert

RGB 250 210 18 -
CMYK 0 0.16 0.93 0.02
HSL 49.66º 0.96% 0.53% -
HSV(B) 49.66º 0.93% 0.98% -
XYZ 62.58 66.46 10.1 -
YUV 200.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 250 210 18 0 0.16 0.93 0.02 49.66 0.96 0.53
Hex FA D2 12 0 10 5D 2 32 60 35
Octal 372 322 22 0 20 135 2 62 140 65
Binary 11111010 11010010 10010 0 10000 1011101 10 110010 1100000 110101

Color Harmonies of #FAD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD212

Black with #FAD212

Text Example


Text Example

White with #FAD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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