Html Css Color HEX #FAD324 Turbo

📋 copy color: '#FAD324'

red 250 ◦ green 211 ◦ blue 36

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

Shades of Turbo #FAD324

Tints of Turbo #FAD324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.24%

R = 50.3%
G = 42.45%
B = 7.24%

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

#FAD324 (or 0xFAD324) is known color: Turbo. HEX triplet: FA, D3 and 24. RGB value is (250,211,36). Sum of RGB (Red+Green+Blue) = 250+211+36=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD324 is #052CDB. Grayscale: #CBCBCB. Windows color (decimal): -339164 or 2413562. OLE color: 2413562.

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

Color convert

RGB 250 211 36 -
CMYK 0 0.16 0.86 0.02
HSL 49.07º 0.96% 0.56% -
HSV(B) 49.07º 0.86% 0.98% -
XYZ 63.04 67.04 11.29 -
YUV 202.71 33.92 161.73 -
System Red Green Blue C M Y K H S L
Decimal 250 211 36 0 0.16 0.86 0.02 49.07 0.96 0.56
Hex FA D3 24 0 10 56 2 31 60 38
Octal 372 323 44 0 20 126 2 61 140 70
Binary 11111010 11010011 100100 0 10000 1010110 10 110001 1100000 111000

Color Harmonies of #FAD324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD324

Black with #FAD324

Text Example


Text Example

White with #FAD324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD324; }

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

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

background-color css

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

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

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

border-color css

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

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

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