Html Css Color HEX #FAD117 Turbo

📋 copy color: '#FAD117'

red 250 ◦ green 209 ◦ blue 23

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

Shades of Turbo #FAD117

Tints of Turbo #FAD117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.77%

R = 51.87%
G = 43.36%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAD117 (or 0xFAD117) is known color: Turbo. HEX triplet: FA, D1 and 17. RGB value is (250,209,23). Sum of RGB (Red+Green+Blue) = 250+209+23=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 23 (9.38% from 255 or 4.77% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD117 is #052EE8. Grayscale: #C8C8C8. Windows color (decimal): -339689 or 1561082. OLE color: 1561082.

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

Color convert

RGB 250 209 23 -
CMYK 0 0.16 0.91 0.02
HSL 49.16º 0.96% 0.54% -
HSV(B) 49.16º 0.91% 0.98% -
XYZ 62.38 65.99 10.26 -
YUV 200.06 28.08 163.62 -
System Red Green Blue C M Y K H S L
Decimal 250 209 23 0 0.16 0.91 0.02 49.16 0.96 0.54
Hex FA D1 17 0 10 5B 2 31 60 36
Octal 372 321 27 0 20 133 2 61 140 66
Binary 11111010 11010001 10111 0 10000 1011011 10 110001 1100000 110110

Color Harmonies of #FAD117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD117

Black with #FAD117

Text Example


Text Example

White with #FAD117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD117; }

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

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

background-color css

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

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

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

border-color css

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

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

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