Html Css Color HEX #FAD11D Turbo

📋 copy color: '#FAD11D'

red 250 ◦ green 209 ◦ blue 29

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

Shades of Turbo #FAD11D

Tints of Turbo #FAD11D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.83%

 BLUE value IS 29 (11.72% from 255) = 5.94%

R = 51.23%
G = 42.83%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAD11D (or 0xFAD11D) is known color: Turbo. HEX triplet: FA, D1 and 1D. RGB value is (250,209,29). Sum of RGB (Red+Green+Blue) = 250+209+29=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD11D is #052EE2. Grayscale: #C9C9C9. Windows color (decimal): -339683 or 1954298. OLE color: 1954298.

HSL color Cylindrical-coordinate representation of color #FAD11D: hue angle of 48.87º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAD11D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 209 29 -
CMYK 0 0.16 0.88 0.02
HSL 48.87º 0.96% 0.55% -
HSV(B) 48.87º 0.88% 0.98% -
XYZ 62.45 66.01 10.61 -
YUV 200.74 31.08 163.14 -
System Red Green Blue C M Y K H S L
Decimal 250 209 29 0 0.16 0.88 0.02 48.87 0.96 0.55
Hex FA D1 1D 0 10 58 2 31 60 37
Octal 372 321 35 0 20 130 2 61 140 67
Binary 11111010 11010001 11101 0 10000 1011000 10 110001 1100000 110111

Color Harmonies of #FAD11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD11D

Black with #FAD11D

Text Example


Text Example

White with #FAD11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD11D; }

 p { color: rgb(250,209,29); }

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

background-color css

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

 a { background-color: rgb(250,209,29); }

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

border-color css

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

 span { border-color: rgb(250,209,29); }

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