Html Css Color HEX #FAD319 Turbo

📋 copy color: '#FAD319'

red 250 ◦ green 211 ◦ blue 25

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

Shades of Turbo #FAD319

Tints of Turbo #FAD319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

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

R = 51.44%
G = 43.42%
B = 5.14%

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

#FAD319 (or 0xFAD319) is known color: Turbo. HEX triplet: FA, D3 and 19. RGB value is (250,211,25). Sum of RGB (Red+Green+Blue) = 250+211+25=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD319 is #052CE6. Grayscale: #CACACA. Windows color (decimal): -339175 or 1692666. OLE color: 1692666.

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

Color convert

RGB 250 211 25 -
CMYK 0 0.16 0.9 0.02
HSL 49.6º 0.96% 0.54% -
HSV(B) 49.6º 0.9% 0.98% -
XYZ 62.89 66.98 10.53 -
YUV 201.46 28.42 162.62 -
System Red Green Blue C M Y K H S L
Decimal 250 211 25 0 0.16 0.9 0.02 49.6 0.96 0.54
Hex FA D3 19 0 10 5A 2 32 60 36
Octal 372 323 31 0 20 132 2 62 140 66
Binary 11111010 11010011 11001 0 10000 1011010 10 110010 1100000 110110

Color Harmonies of #FAD319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD319

Black with #FAD319

Text Example


Text Example

White with #FAD319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD319; }

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

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

background-color css

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

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

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

border-color css

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

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

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