Html Css Color HEX #FAD622 Turbo

📋 copy color: '#FAD622'

red 250 ◦ green 214 ◦ blue 34

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

Shades of Turbo #FAD622

Tints of Turbo #FAD622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

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

R = 50.2%
G = 42.97%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAD622 (or 0xFAD622) is known color: Turbo. HEX triplet: FA, D6 and 22. RGB value is (250,214,34). Sum of RGB (Red+Green+Blue) = 250+214+34=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 34 (13.67% from 255 or 6.83% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD622 is #0529DD. Grayscale: #CDCDCD. Windows color (decimal): -338398 or 2283258. OLE color: 2283258.

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

Color convert

RGB 250 214 34 -
CMYK 0 0.14 0.86 0.02
HSL 50º 0.96% 0.56% -
HSV(B) 50º 0.86% 0.98% -
XYZ 63.76 68.53 11.38 -
YUV 204.24 31.93 160.64 -
System Red Green Blue C M Y K H S L
Decimal 250 214 34 0 0.14 0.86 0.02 50 0.96 0.56
Hex FA D6 22 0 E 56 2 32 60 38
Octal 372 326 42 0 16 126 2 62 140 70
Binary 11111010 11010110 100010 0 1110 1010110 10 110010 1100000 111000

Color Harmonies of #FAD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD622

Black with #FAD622

Text Example


Text Example

White with #FAD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD622; }

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

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

background-color css

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

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

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

border-color css

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

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

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