Html Css Color HEX #FAD416 Turbo

📋 copy color: '#FAD416'

red 250 ◦ green 212 ◦ blue 22

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

Shades of Turbo #FAD416

Tints of Turbo #FAD416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.55%

R = 51.65%
G = 43.8%
B = 4.55%

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

#FAD416 (or 0xFAD416) is known color: Turbo. HEX triplet: FA, D4 and 16. RGB value is (250,212,22). Sum of RGB (Red+Green+Blue) = 250+212+22=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD416 is #052BE9. Grayscale: #CACACA. Windows color (decimal): -338922 or 1496314. OLE color: 1496314.

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

Color convert

RGB 250 212 22 -
CMYK 0 0.15 0.91 0.02
HSL 50º 0.96% 0.53% -
HSV(B) 50º 0.91% 0.98% -
XYZ 63.11 67.47 10.46 -
YUV 201.7 26.59 162.45 -
System Red Green Blue C M Y K H S L
Decimal 250 212 22 0 0.15 0.91 0.02 50 0.96 0.53
Hex FA D4 16 0 F 5B 2 32 60 35
Octal 372 324 26 0 17 133 2 62 140 65
Binary 11111010 11010100 10110 0 1111 1011011 10 110010 1100000 110101

Color Harmonies of #FAD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD416

Black with #FAD416

Text Example


Text Example

White with #FAD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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