Html Css Color HEX #FAD524 Turbo

📋 copy color: '#FAD524'

red 250 ◦ green 213 ◦ blue 36

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

Shades of Turbo #FAD524

Tints of Turbo #FAD524

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

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

R = 50.1%
G = 42.69%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAD524 (or 0xFAD524) is known color: Turbo. HEX triplet: FA, D5 and 24. RGB value is (250,213,36). Sum of RGB (Red+Green+Blue) = 250+213+36=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD524 is #052ADB. Grayscale: #CCCCCC. Windows color (decimal): -338652 or 2414074. OLE color: 2414074.

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

Color convert

RGB 250 213 36 -
CMYK 0 0.15 0.86 0.02
HSL 49.63º 0.96% 0.56% -
HSV(B) 49.63º 0.86% 0.98% -
XYZ 63.54 68.04 11.45 -
YUV 203.89 33.26 160.89 -
System Red Green Blue C M Y K H S L
Decimal 250 213 36 0 0.15 0.86 0.02 49.63 0.96 0.56
Hex FA D5 24 0 F 56 2 32 60 38
Octal 372 325 44 0 17 126 2 62 140 70
Binary 11111010 11010101 100100 0 1111 1010110 10 110010 1100000 111000

Color Harmonies of #FAD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD524

Black with #FAD524

Text Example


Text Example

White with #FAD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD524; }

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

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

background-color css

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

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

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

border-color css

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

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

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