Html Css Color HEX #FAD322 Turbo

📋 copy color: '#FAD322'

red 250 ◦ green 211 ◦ blue 34

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

Shades of Turbo #FAD322

Tints of Turbo #FAD322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.87%

R = 50.51%
G = 42.63%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAD322 (or 0xFAD322) is known color: Turbo. HEX triplet: FA, D3 and 22. RGB value is (250,211,34). Sum of RGB (Red+Green+Blue) = 250+211+34=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD322 is #052CDD. Grayscale: #CBCBCB. Windows color (decimal): -339166 or 2282490. OLE color: 2282490.

HSL color Cylindrical-coordinate representation of color #FAD322: hue angle of 49.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAD322 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 34 -
CMYK 0 0.16 0.86 0.02
HSL 49.17º 0.96% 0.56% -
HSV(B) 49.17º 0.86% 0.98% -
XYZ 63.01 67.03 11.13 -
YUV 202.48 32.92 161.89 -
System Red Green Blue C M Y K H S L
Decimal 250 211 34 0 0.16 0.86 0.02 49.17 0.96 0.56
Hex FA D3 22 0 10 56 2 31 60 38
Octal 372 323 42 0 20 126 2 61 140 70
Binary 11111010 11010011 100010 0 10000 1010110 10 110001 1100000 111000

Color Harmonies of #FAD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD322

Black with #FAD322

Text Example


Text Example

White with #FAD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD322; }

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

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

background-color css

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

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

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

border-color css

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

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

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