Html Css Color HEX #FADA1E Turbo

📋 copy color: '#FADA1E'

red 250 ◦ green 218 ◦ blue 30

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

Shades of Turbo #FADA1E

Tints of Turbo #FADA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.02%

R = 50.2%
G = 43.78%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FADA1E (or 0xFADA1E) is known color: Turbo. HEX triplet: FA, DA and 1E. RGB value is (250,218,30). Sum of RGB (Red+Green+Blue) = 250+218+30=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 30 (12.11% from 255 or 6.02% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA1E is #0525E1. Grayscale: #CECECE. Windows color (decimal): -337378 or 2022138. OLE color: 2022138.

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

Color convert

RGB 250 218 30 -
CMYK 0 0.13 0.88 0.02
HSL 51.27º 0.96% 0.55% -
HSV(B) 51.27º 0.88% 0.98% -
XYZ 64.73 70.56 11.44 -
YUV 206.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 250 218 30 0 0.13 0.88 0.02 51.27 0.96 0.55
Hex FA DA 1E 0 D 58 2 33 60 37
Octal 372 332 36 0 15 130 2 63 140 67
Binary 11111010 11011010 11110 0 1101 1011000 10 110011 1100000 110111

Color Harmonies of #FADA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA1E

Black with #FADA1E

Text Example


Text Example

White with #FADA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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