Html Css Color HEX #FAD513 Turbo

📋 copy color: '#FAD513'

red 250 ◦ green 213 ◦ blue 19

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

Shades of Turbo #FAD513

Tints of Turbo #FAD513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.94%

R = 51.87%
G = 44.19%
B = 3.94%

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

#FAD513 (or 0xFAD513) is known color: Turbo. HEX triplet: FA, D5 and 13. RGB value is (250,213,19). Sum of RGB (Red+Green+Blue) = 250+213+19=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD513 is #052AEC. Grayscale: #CACACA. Windows color (decimal): -338669 or 1299962. OLE color: 1299962.

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

Color convert

RGB 250 213 19 -
CMYK 0 0.15 0.92 0.02
HSL 50.39º 0.96% 0.53% -
HSV(B) 50.39º 0.92% 0.98% -
XYZ 63.34 67.96 10.4 -
YUV 201.95 24.76 162.27 -
System Red Green Blue C M Y K H S L
Decimal 250 213 19 0 0.15 0.92 0.02 50.39 0.96 0.53
Hex FA D5 13 0 F 5C 2 32 60 35
Octal 372 325 23 0 17 134 2 62 140 65
Binary 11111010 11010101 10011 0 1111 1011100 10 110010 1100000 110101

Color Harmonies of #FAD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD513

Black with #FAD513

Text Example


Text Example

White with #FAD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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