Html Css Color HEX #FAD417 Turbo

📋 copy color: '#FAD417'

red 250 ◦ green 212 ◦ blue 23

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

Shades of Turbo #FAD417

Tints of Turbo #FAD417

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.71%

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

R = 51.55%
G = 43.71%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAD417 (or 0xFAD417) is known color: Turbo. HEX triplet: FA, D4 and 17. RGB value is (250,212,23). Sum of RGB (Red+Green+Blue) = 250+212+23=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD417 is #052BE8. Grayscale: #CACACA. Windows color (decimal): -338921 or 1561850. OLE color: 1561850.

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

Color convert

RGB 250 212 23 -
CMYK 0 0.15 0.91 0.02
HSL 49.96º 0.96% 0.54% -
HSV(B) 49.96º 0.91% 0.98% -
XYZ 63.12 67.47 10.51 -
YUV 201.82 27.09 162.37 -
System Red Green Blue C M Y K H S L
Decimal 250 212 23 0 0.15 0.91 0.02 49.96 0.96 0.54
Hex FA D4 17 0 F 5B 2 32 60 36
Octal 372 324 27 0 17 133 2 62 140 66
Binary 11111010 11010100 10111 0 1111 1011011 10 110010 1100000 110110

Color Harmonies of #FAD417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD417

Black with #FAD417

Text Example


Text Example

White with #FAD417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD417; }

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

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

background-color css

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

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

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

border-color css

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

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

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