Html Css Color HEX #FAD115 Turbo

📋 copy color: '#FAD115'

red 250 ◦ green 209 ◦ blue 21

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

Shades of Turbo #FAD115

Tints of Turbo #FAD115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.38%

R = 52.08%
G = 43.54%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAD115 (or 0xFAD115) is known color: Turbo. HEX triplet: FA, D1 and 15. RGB value is (250,209,21). Sum of RGB (Red+Green+Blue) = 250+209+21=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD115 is #052EEA. Grayscale: #C8C8C8. Windows color (decimal): -339691 or 1430010. OLE color: 1430010.

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

Color convert

RGB 250 209 21 -
CMYK 0 0.16 0.92 0.02
HSL 49.26º 0.96% 0.53% -
HSV(B) 49.26º 0.92% 0.98% -
XYZ 62.36 65.98 10.16 -
YUV 199.83 27.08 163.79 -
System Red Green Blue C M Y K H S L
Decimal 250 209 21 0 0.16 0.92 0.02 49.26 0.96 0.53
Hex FA D1 15 0 10 5C 2 31 60 35
Octal 372 321 25 0 20 134 2 61 140 65
Binary 11111010 11010001 10101 0 10000 1011100 10 110001 1100000 110101

Color Harmonies of #FAD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD115

Black with #FAD115

Text Example


Text Example

White with #FAD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD115; }

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

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

background-color css

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

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

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

border-color css

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

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

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