Html Css Color HEX #FAD526 Turbo

📋 copy color: '#FAD526'

red 250 ◦ green 213 ◦ blue 38

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

Shades of Turbo #FAD526

Tints of Turbo #FAD526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.58%

R = 49.9%
G = 42.51%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAD526 (or 0xFAD526) is known color: Turbo. HEX triplet: FA, D5 and 26. RGB value is (250,213,38). Sum of RGB (Red+Green+Blue) = 250+213+38=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD526 is #052AD9. Grayscale: #CCCCCC. Windows color (decimal): -338650 or 2545146. OLE color: 2545146.

HSL color Cylindrical-coordinate representation of color #FAD526: hue angle of 49.53º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAD526 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 38 -
CMYK 0 0.15 0.85 0.02
HSL 49.53º 0.95% 0.56% -
HSV(B) 49.53º 0.85% 0.98% -
XYZ 63.57 68.05 11.62 -
YUV 204.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 250 213 38 0 0.15 0.85 0.02 49.53 0.95 0.56
Hex FA D5 26 0 F 55 2 32 5F 38
Octal 372 325 46 0 17 125 2 62 137 70
Binary 11111010 11010101 100110 0 1111 1010101 10 110010 1011111 111000

Color Harmonies of #FAD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD526

Black with #FAD526

Text Example


Text Example

White with #FAD526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD526; }

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

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

background-color css

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

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

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

border-color css

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

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

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