Html Css Color HEX #FAD515 Turbo

📋 copy color: '#FAD515'

red 250 ◦ green 213 ◦ blue 21

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

Shades of Turbo #FAD515

Tints of Turbo #FAD515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

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

R = 51.65%
G = 44.01%
B = 4.34%

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

#FAD515 (or 0xFAD515) is known color: Turbo. HEX triplet: FA, D5 and 15. RGB value is (250,213,21). Sum of RGB (Red+Green+Blue) = 250+213+21=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD515 is #052AEA. Grayscale: #CACACA. Windows color (decimal): -338667 or 1431034. OLE color: 1431034.

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

Color convert

RGB 250 213 21 -
CMYK 0 0.15 0.92 0.02
HSL 50.31º 0.96% 0.53% -
HSV(B) 50.31º 0.92% 0.98% -
XYZ 63.35 67.97 10.49 -
YUV 202.18 25.76 162.11 -
System Red Green Blue C M Y K H S L
Decimal 250 213 21 0 0.15 0.92 0.02 50.31 0.96 0.53
Hex FA D5 15 0 F 5C 2 32 60 35
Octal 372 325 25 0 17 134 2 62 140 65
Binary 11111010 11010101 10101 0 1111 1011100 10 110010 1100000 110101

Color Harmonies of #FAD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD515

Black with #FAD515

Text Example


Text Example

White with #FAD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD515; }

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

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

background-color css

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

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

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

border-color css

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

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

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