Html Css Color HEX #FAD414 Turbo

📋 copy color: '#FAD414'

red 250 ◦ green 212 ◦ blue 20

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

Shades of Turbo #FAD414

Tints of Turbo #FAD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

 BLUE value IS 20 (8.2% from 255) = 4.15%

R = 51.87%
G = 43.98%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAD414 (or 0xFAD414) is known color: Turbo. HEX triplet: FA, D4 and 14. RGB value is (250,212,20). Sum of RGB (Red+Green+Blue) = 250+212+20=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD414 is #052BEB. Grayscale: #CACACA. Windows color (decimal): -338924 or 1365242. OLE color: 1365242.

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

Color convert

RGB 250 212 20 -
CMYK 0 0.15 0.92 0.02
HSL 50.09º 0.96% 0.53% -
HSV(B) 50.09º 0.92% 0.98% -
XYZ 63.09 67.46 10.36 -
YUV 201.47 25.59 162.61 -
System Red Green Blue C M Y K H S L
Decimal 250 212 20 0 0.15 0.92 0.02 50.09 0.96 0.53
Hex FA D4 14 0 F 5C 2 32 60 35
Octal 372 324 24 0 17 134 2 62 140 65
Binary 11111010 11010100 10100 0 1111 1011100 10 110010 1100000 110101

Color Harmonies of #FAD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD414

Black with #FAD414

Text Example


Text Example

White with #FAD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD414; }

 p { color: rgb(250,212,20); }

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

background-color css

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

 a { background-color: rgb(250,212,20); }

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

border-color css

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

 span { border-color: rgb(250,212,20); }

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