Html Css Color HEX #FAD11A Turbo

📋 copy color: '#FAD11A'

red 250 ◦ green 209 ◦ blue 26

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

Shades of Turbo #FAD11A

Tints of Turbo #FAD11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.36%

R = 51.55%
G = 43.09%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAD11A (or 0xFAD11A) is known color: Turbo. HEX triplet: FA, D1 and 1A. RGB value is (250,209,26). Sum of RGB (Red+Green+Blue) = 250+209+26=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD11A is #052EE5. Grayscale: #C9C9C9. Windows color (decimal): -339686 or 1757690. OLE color: 1757690.

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

Color convert

RGB 250 209 26 -
CMYK 0 0.16 0.90 0.02
HSL 49.02º 0.96% 0.54% -
HSV(B) 49.02º 0.9% 0.98% -
XYZ 62.41 66 10.43 -
YUV 200.4 29.58 163.38 -
System Red Green Blue C M Y K H S L
Decimal 250 209 26 0 0.16 0.90 0.02 49.02 0.96 0.54
Hex FA D1 1A 0 10 5A 2 31 60 36
Octal 372 321 32 0 20 132 2 61 140 66
Binary 11111010 11010001 11010 0 10000 1011010 10 110001 1100000 110110

Color Harmonies of #FAD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD11A

Black with #FAD11A

Text Example


Text Example

White with #FAD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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