Html Css Color HEX #FAD11C Turbo

📋 copy color: '#FAD11C'

red 250 ◦ green 209 ◦ blue 28

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

Shades of Turbo #FAD11C

Tints of Turbo #FAD11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.75%

R = 51.33%
G = 42.92%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAD11C (or 0xFAD11C) is known color: Turbo. HEX triplet: FA, D1 and 1C. RGB value is (250,209,28). Sum of RGB (Red+Green+Blue) = 250+209+28=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD11C is #052EE3. Grayscale: #C9C9C9. Windows color (decimal): -339684 or 1888762. OLE color: 1888762.

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

Color convert

RGB 250 209 28 -
CMYK 0 0.16 0.89 0.02
HSL 48.92º 0.96% 0.55% -
HSV(B) 48.92º 0.89% 0.98% -
XYZ 62.43 66.01 10.55 -
YUV 200.63 30.58 163.22 -
System Red Green Blue C M Y K H S L
Decimal 250 209 28 0 0.16 0.89 0.02 48.92 0.96 0.55
Hex FA D1 1C 0 10 59 2 31 60 37
Octal 372 321 34 0 20 131 2 61 140 67
Binary 11111010 11010001 11100 0 10000 1011001 10 110001 1100000 110111

Color Harmonies of #FAD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD11C

Black with #FAD11C

Text Example


Text Example

White with #FAD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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