Html Css Color HEX #FAD924 Turbo

📋 copy color: '#FAD924'

red 250 ◦ green 217 ◦ blue 36

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

Shades of Turbo #FAD924

Tints of Turbo #FAD924

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.14%

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

R = 49.7%
G = 43.14%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAD924 (or 0xFAD924) is known color: Turbo. HEX triplet: FA, D9 and 24. RGB value is (250,217,36). Sum of RGB (Red+Green+Blue) = 250+217+36=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD924 is #0526DB. Grayscale: #CECECE. Windows color (decimal): -337628 or 2415098. OLE color: 2415098.

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

Color convert

RGB 250 217 36 -
CMYK 0 0.13 0.86 0.02
HSL 50.75º 0.96% 0.56% -
HSV(B) 50.75º 0.86% 0.98% -
XYZ 64.56 70.08 11.79 -
YUV 206.23 31.93 159.22 -
System Red Green Blue C M Y K H S L
Decimal 250 217 36 0 0.13 0.86 0.02 50.75 0.96 0.56
Hex FA D9 24 0 D 56 2 33 60 38
Octal 372 331 44 0 15 126 2 63 140 70
Binary 11111010 11011001 100100 0 1101 1010110 10 110011 1100000 111000

Color Harmonies of #FAD924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD924

Black with #FAD924

Text Example


Text Example

White with #FAD924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD924; }

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

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

background-color css

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

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

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

border-color css

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

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

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