Html Css Color HEX #FAD824 Turbo

📋 copy color: '#FAD824'

red 250 ◦ green 216 ◦ blue 36

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

Shades of Turbo #FAD824

Tints of Turbo #FAD824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.03%

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

R = 49.8%
G = 43.03%
B = 7.17%

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

#FAD824 (or 0xFAD824) is known color: Turbo. HEX triplet: FA, D8 and 24. RGB value is (250,216,36). Sum of RGB (Red+Green+Blue) = 250+216+36=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 36 (14.45% from 255 or 7.17% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD824 is #0527DB. Grayscale: #CECECE. Windows color (decimal): -337884 or 2414842. OLE color: 2414842.

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

Color convert

RGB 250 216 36 -
CMYK 0 0.14 0.86 0.02
HSL 50.47º 0.96% 0.56% -
HSV(B) 50.47º 0.86% 0.98% -
XYZ 64.3 69.56 11.71 -
YUV 205.65 32.26 159.64 -
System Red Green Blue C M Y K H S L
Decimal 250 216 36 0 0.14 0.86 0.02 50.47 0.96 0.56
Hex FA D8 24 0 E 56 2 32 60 38
Octal 372 330 44 0 16 126 2 62 140 70
Binary 11111010 11011000 100100 0 1110 1010110 10 110010 1100000 111000

Color Harmonies of #FAD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD824

Black with #FAD824

Text Example


Text Example

White with #FAD824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD824; }

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

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

background-color css

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

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

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

border-color css

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

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

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