Html Css Color HEX #FADA1A Turbo

📋 copy color: '#FADA1A'

red 250 ◦ green 218 ◦ blue 26

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

Shades of Turbo #FADA1A

Tints of Turbo #FADA1A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 26 (10.55% from 255) = 5.26%

R = 50.61%
G = 44.13%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FADA1A (or 0xFADA1A) is known color: Turbo. HEX triplet: FA, DA and 1A. RGB value is (250,218,26). Sum of RGB (Red+Green+Blue) = 250+218+26=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 26 (10.55% from 255 or 5.26% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA1A is #0525E5. Grayscale: #CECECE. Windows color (decimal): -337382 or 1759994. OLE color: 1759994.

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

Color convert

RGB 250 218 26 -
CMYK 0 0.13 0.90 0.02
HSL 51.43º 0.96% 0.54% -
HSV(B) 51.43º 0.9% 0.98% -
XYZ 64.68 70.54 11.18 -
YUV 205.68 26.6 159.61 -
System Red Green Blue C M Y K H S L
Decimal 250 218 26 0 0.13 0.90 0.02 51.43 0.96 0.54
Hex FA DA 1A 0 D 5A 2 33 60 36
Octal 372 332 32 0 15 132 2 63 140 66
Binary 11111010 11011010 11010 0 1101 1011010 10 110011 1100000 110110

Color Harmonies of #FADA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA1A

Black with #FADA1A

Text Example


Text Example

White with #FADA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA1A; }

 p { color: rgb(250,218,26); }

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

background-color css

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

 a { background-color: rgb(250,218,26); }

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

border-color css

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

 span { border-color: rgb(250,218,26); }

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