Html Css Color HEX #FAD518 Turbo

📋 copy color: '#FAD518'

red 250 ◦ green 213 ◦ blue 24

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

Shades of Turbo #FAD518

Tints of Turbo #FAD518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.93%

R = 51.33%
G = 43.74%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAD518 (or 0xFAD518) is known color: Turbo. HEX triplet: FA, D5 and 18. RGB value is (250,213,24). Sum of RGB (Red+Green+Blue) = 250+213+24=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD518 is #052AE7. Grayscale: #CBCBCB. Windows color (decimal): -338664 or 1627642. OLE color: 1627642.

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

Color convert

RGB 250 213 24 -
CMYK 0 0.15 0.90 0.02
HSL 50.18º 0.96% 0.54% -
HSV(B) 50.18º 0.9% 0.98% -
XYZ 63.38 67.98 10.64 -
YUV 202.52 27.26 161.87 -
System Red Green Blue C M Y K H S L
Decimal 250 213 24 0 0.15 0.90 0.02 50.18 0.96 0.54
Hex FA D5 18 0 F 5A 2 32 60 36
Octal 372 325 30 0 17 132 2 62 140 66
Binary 11111010 11010101 11000 0 1111 1011010 10 110010 1100000 110110

Color Harmonies of #FAD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD518

Black with #FAD518

Text Example


Text Example

White with #FAD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD518; }

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

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

background-color css

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

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

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

border-color css

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

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

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