Html Css Color HEX #FAD219 Turbo

📋 copy color: '#FAD219'

red 250 ◦ green 210 ◦ blue 25

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

Shades of Turbo #FAD219

Tints of Turbo #FAD219

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

 BLUE value IS 25 (10.16% from 255) = 5.15%

R = 51.55%
G = 43.3%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAD219 (or 0xFAD219) is known color: Turbo. HEX triplet: FA, D2 and 19. RGB value is (250,210,25). Sum of RGB (Red+Green+Blue) = 250+210+25=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD219 is #052DE6. Grayscale: #C9C9C9. Windows color (decimal): -339431 or 1692410. OLE color: 1692410.

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

Color convert

RGB 250 210 25 -
CMYK 0 0.16 0.9 0.02
HSL 49.33º 0.96% 0.54% -
HSV(B) 49.33º 0.9% 0.98% -
XYZ 62.65 66.49 10.45 -
YUV 200.87 28.75 163.04 -
System Red Green Blue C M Y K H S L
Decimal 250 210 25 0 0.16 0.9 0.02 49.33 0.96 0.54
Hex FA D2 19 0 10 5A 2 31 60 36
Octal 372 322 31 0 20 132 2 61 140 66
Binary 11111010 11010010 11001 0 10000 1011010 10 110001 1100000 110110

Color Harmonies of #FAD219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD219

Black with #FAD219

Text Example


Text Example

White with #FAD219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD219; }

 p { color: rgb(250,210,25); }

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

background-color css

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

 a { background-color: rgb(250,210,25); }

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

border-color css

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

 span { border-color: rgb(250,210,25); }

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